Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta-snip

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'wpcf-fitment-type',
		'value'   => 'Non-Spec Vehicle',
		'compare' => 'IN',
	),
	array(
		'key'     => 'wpcf-fitment-type',
		'value'   => 'Universal',
		'compare' => 'IN',
	),
);