Using custom fields for image alt and title

You can use ACF function like this:

<?php get_field('my_seo_title') ? the_field('my_seo_title') : echo ""; ?>

inside alt tag or title tag at front-end.