Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Prueba

OK

// WP_Query arguments
$args = array(
	'p'                      => 'X',
	'post_type'              => array( 'product' ),
);

// The Query
$query = new WP_Query( $args );