Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'award_types',
		'terms'            => array( '5', '7', '8', '9', '10', '33' ),
		'field'            => 'term_taxonomy_id',
		'operator'         => 'IN',
	),
);