OK I did it with this finally – took a few hours to find it bah!
# 301 redirect
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mac-abc.moridin.pl$
RewriteRule ^(.*)$ https://www.makoweabc.pl/$1 [R=301,L]
Hope it will work on search engines properly.