Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

$meta_query = array(
	array(
		'key'     => '_sku',
		'value'   => 'array( 1, 2, 3 )',
		'compare' => 'IN',
	),
);