Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Chosen Store Meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_chosen_store',
		'value'   => '1',
		'compare' => '>=',
		'type'    => 'NUMERIC',
	),
);