WP_QUERY post_in problem

As documented, it’s post__in, with two underscores:

$paramss = array( 'post__in' => array( 760, 761 ) , 'post_type' => 'product' );