Custom Post type plugin breaking the front page shows dashboard?

To solve your issue with the page template not showing up in the template dropdown list

In your single-movie-reviews.php, add the following at the top of the file:

<?php
/*
Template Name: My Custom Page
*/

Where you change My Custom Page into the template name of your choice.

See This Codex page for more information about Custom Page Templates.