Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

assman

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'cvl_assistant_account_manager',
		'value'   => '499',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);