Query Two Templates
$meta_query = array( array( 'key' => '_wp_page_template', 'value' => 'product-first.php', ), array( 'key' => '_wp_page_template', 'value' => 'product-second.php', ), );
$meta_query = array( array( 'key' => '_wp_page_template', 'value' => 'product-first.php', ), array( 'key' => '_wp_page_template', 'value' => 'product-second.php', ), );