https://mysite.ru/123-cats
на https://mysite.ru/shop/cats
https://mysite.ru/cats/834-whiskas.html
на https://mysite.ru/product/whiskas
RewriteRule ^/.*/([0-9]-.*\.html)$ /product/$1 [R=301,L]
RewriteCond %{REQUEST_URI} !^/product [NC] # если не начинается с /product
RewriteRule ^/.*/([0-9]-.*\.html)$ /product/$1 [R=301,L]