Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

term

$tax_query = array(
	'relation' => 'OR',
	array(
		'terms'            => array( '25', '26' ),
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);