Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax = department = 40 or 59

$tax_query = array(
	array(
		'taxonomy'         => 'department',
		'terms'            => array( '40', '59' ),
	),
);