Overwrite WP’s default search rule to redirect to my own template

Have you tried:

add_rewrite_rule('^search/reviews/?','index.php?pagename=search-results','top');

instead? (Making the last / optional). If after flushing the rewrite rules that still doesn’t work, check with Monkeyman rewrite analyzier and update the question with your findings.