Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query

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