Well, depends on what the options you've pointed out are being applied to. but you can add to the line already there.
You have
Options Indexes FollowSymLinks MultiViews
just add what you need
Options Indexes FollowSymLinks MultiViews SymLinksIfOwnerMatch
question is whether it applys to teh directory you're in. It cascades, so if the above is being applied to /var/www/html and you're working in /var/www/html/domain/html you're good. If the above is being applied to a directory that is not a parent of wher eyou are working, you'll just need to copy/paste it, change the directory and reload apache.