Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

base

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_order_id',
		'value'   => '175',
		'compare' => 'IN',
	),
);