Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query

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