Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta w/o thumbnail

$meta_query = array(
	array(
		'key'     => 'thumbnail_id',
		'value'   => '?',
		'compare' => 'NOT EXISTS',
	),
);