Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

pa_color

$tax_query = array(
	array(
		'taxonomy'         => 'pa_color',
		'terms'            => '12',
		'field'            => 'term_id',
		'operator'         => 'AND',
	),
);