Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

shop id 58

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'atkp_product_shopid',
		'value'   => '58',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);