Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sinple acf meta

$meta_query = array(
	array(
		'key'     => 'sport',
		'value'   => '20',
		'compare' => 'IN',
	),
);