Tax-product
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_cat', 'terms' => 'video', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), array( 'taxonomy' => 'product_cat', 'terms' => 'plan-a', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), array( 'taxonomy' => 'product_cat', 'terms' => 'devotional', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), );