Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Query Two Templates

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