SELECT 
  SQL_CALC_FOUND_ROWS products.product_id, 
  products.amount, 
  descr1.product as product, 
  companies.company as company_name, 
  variation_group_products.group_id AS variation_group_id, 
  products.product_type, 
  products.parent_product_id, 
  cscart_product_review_prepared_data.average_rating average_rating, 
  cscart_product_review_prepared_data.reviews_count product_reviews_count 
FROM 
  cscart_products as products 
  LEFT JOIN cscart_product_descriptions as descr1 ON descr1.product_id = products.product_id 
  AND descr1.lang_code = 'en' 
  LEFT JOIN cscart_companies AS companies ON companies.company_id = products.company_id 
  INNER JOIN cscart_products_categories as products_categories ON products_categories.product_id = products.product_id 
  INNER JOIN cscart_categories ON cscart_categories.category_id = products_categories.category_id 
  INNER JOIN cscart_product_variation_group_products AS variation_group_products ON variation_group_products.product_id = products.product_id 
  LEFT JOIN cscart_product_review_prepared_data ON cscart_product_review_prepared_data.product_id = products.product_id 
  AND cscart_product_review_prepared_data.storefront_id = 0 
WHERE 
  1 
  AND companies.status IN ('A') 
  AND (
    products.amount > 0 
    OR products.tracking = 'D'
  ) 
  AND (
    products.usergroup_ids = '' 
    OR FIND_IN_SET(0, products.usergroup_ids) 
    OR FIND_IN_SET(1, products.usergroup_ids)
  ) 
  AND products.status IN ('A') 
  AND variation_group_products.group_id IN (
    13342, 16439, 16444, 13346, 16421, 16428, 
    16434, 16424, 16435, 16485, 15849, 
    17043, 16429, 16441, 16420, 16437, 
    16430, 16431, 16426, 16425, 17044, 
    17045, 17042
  ) 
GROUP BY 
  products.product_id 
ORDER BY 
  NULL asc

Query time 0.04304

JSON explain

{
  "query_block": {
    "select_id": 1,
    "temporary_table": {
      "nested_loop": [
        {
          "table": {
            "table_name": "variation_group_products",
            "access_type": "range",
            "possible_keys": ["PRIMARY", "idx_group_id"],
            "key": "idx_group_id",
            "key_length": "3",
            "used_key_parts": ["group_id"],
            "rows": 108,
            "filtered": 100,
            "index_condition": "variation_group_products.group_id in (13342,16439,16444,13346,16421,16428,16434,16424,16435,16485,15849,17043,16429,16441,16420,16437,16430,16431,16426,16425,17044,17045,17042)"
          }
        },
        {
          "table": {
            "table_name": "products",
            "access_type": "eq_ref",
            "possible_keys": ["PRIMARY", "status"],
            "key": "PRIMARY",
            "key_length": "3",
            "used_key_parts": ["product_id"],
            "ref": ["dev_db.variation_group_products.product_id"],
            "rows": 1,
            "filtered": 52.06833649,
            "attached_condition": "(products.amount > 0 or products.tracking = 'D') and (products.usergroup_ids = '' or find_in_set(0,products.usergroup_ids) or find_in_set(1,products.usergroup_ids)) and products.`status` = 'A'"
          }
        },
        {
          "table": {
            "table_name": "companies",
            "access_type": "eq_ref",
            "possible_keys": ["PRIMARY"],
            "key": "PRIMARY",
            "key_length": "4",
            "used_key_parts": ["company_id"],
            "ref": ["dev_db.products.company_id"],
            "rows": 1,
            "filtered": 100,
            "attached_condition": "companies.`status` = 'A'"
          }
        },
        {
          "table": {
            "table_name": "descr1",
            "access_type": "eq_ref",
            "possible_keys": ["PRIMARY", "product_id"],
            "key": "PRIMARY",
            "key_length": "11",
            "used_key_parts": ["product_id", "lang_code"],
            "ref": ["dev_db.variation_group_products.product_id", "const"],
            "rows": 1,
            "filtered": 100,
            "attached_condition": "trigcond(descr1.lang_code = 'en')"
          }
        },
        {
          "table": {
            "table_name": "cscart_product_review_prepared_data",
            "access_type": "eq_ref",
            "possible_keys": ["PRIMARY"],
            "key": "PRIMARY",
            "key_length": "7",
            "used_key_parts": ["product_id", "storefront_id"],
            "ref": ["dev_db.variation_group_products.product_id", "const"],
            "rows": 1,
            "filtered": 100
          }
        },
        {
          "table": {
            "table_name": "products_categories",
            "access_type": "ref",
            "possible_keys": ["PRIMARY", "pt"],
            "key": "pt",
            "key_length": "3",
            "used_key_parts": ["product_id"],
            "ref": ["dev_db.variation_group_products.product_id"],
            "rows": 1,
            "filtered": 100
          }
        },
        {
          "table": {
            "table_name": "cscart_categories",
            "access_type": "eq_ref",
            "possible_keys": ["PRIMARY", "p_category_id"],
            "key": "PRIMARY",
            "key_length": "3",
            "used_key_parts": ["category_id"],
            "ref": ["dev_db.products_categories.category_id"],
            "rows": 1,
            "filtered": 100,
            "using_index": true
          }
        }
      ]
    }
  }
}

Result

product_id amount product company_name variation_group_id product_type parent_product_id average_rating product_reviews_count
20841 999 Unisex K163 Scarf, Lightweight and Cool Cotton Material, Designed for Both Men and Women, Bold and Edgy Color Tone, Unisex Style ÓNG heartmadeinvietnam 13342 V 20838 0
20840 999 Unisex K163 Scarf, Lightweight and Cool Cotton Material, Designed for Both Men and Women, Bold and Edgy Color Tone, Unisex Style ÓNG heartmadeinvietnam 13342 V 20838 0
20839 999 Unisex K163 Scarf, Lightweight and Cool Cotton Material, Designed for Both Men and Women, Bold and Edgy Color Tone, Unisex Style ÓNG heartmadeinvietnam 13342 V 20838 0
20838 999 Unisex K163 Scarf, Lightweight and Cool Cotton Material, Designed for Both Men and Women, Bold and Edgy Color Tone, Unisex Style ÓNG heartmadeinvietnam 13342 P 0 0
2627 999 Unisex K163 Scarf, Lightweight and Cool Cotton Material, Designed for Both Men and Women, Bold and Edgy Color Tone, Unisex Style ÓNG heartmadeinvietnam 13342 V 20838 0
20859 999 K46 Silk & Cotton Scarf ÓNG heartmadeinvietnam 13346 V 2623 0
20858 999 K46 Silk & Cotton Scarf ÓNG heartmadeinvietnam 13346 V 2623 0
2623 999 K46 Silk & Cotton Scarf ÓNG heartmadeinvietnam 13346 P 0 0
36522 992 Small-sized Satin Headband 25.Sugaryyy 15849 P 0 5.00 1
36658 999 Small-sized Satin Headband 25.Sugaryyy 15849 V 36522 5.00 1
41098 999 Horse - Hooves In The Wind Silk Scarf, Colorful Silk Scarf, Slightly Elastic Silk Scarf, Bandana Scarf, Silk Hair Tie Folksight 16420 V 37884 0
37884 999 Horse - Hooves In The Wind Silk Scarf, Colorful Silk Scarf, Slightly Elastic Silk Scarf, Bandana Scarf, Silk Hair Tie Folksight 16420 P 0 0
41099 999 Horse - Hooves In The Wind Silk Scarf, Colorful Silk Scarf, Slightly Elastic Silk Scarf, Bandana Scarf, Silk Hair Tie Folksight 16420 V 37884 0
41101 999 White Butterfly Silk Scarf, White Patterned Silk Scarf, Neck-Tie Silk Scarf, Elegant White Silk Scarf, Gift For Girlfriends Folksight 16421 V 37897 0
41100 998 White Butterfly Silk Scarf, White Patterned Silk Scarf, Neck-Tie Silk Scarf, Elegant White Silk Scarf, Gift For Girlfriends Folksight 16421 V 37897 0
37897 999 White Butterfly Silk Scarf, White Patterned Silk Scarf, Neck-Tie Silk Scarf, Elegant White Silk Scarf, Gift For Girlfriends Folksight 16421 P 0 0
41107 999 Pure Melody Silk Scarf, Exclusive Design Scarf, Versatile Soft Silk Scarf, Colorful Silk Scarf, Unique Patterned Scarf Folksight 16424 P 0 0
41109 999 Cheerful Grace Silk Scarf, Silk Necktie Scarf, Vibrant Color Silk Scarf, Versatile Silk Scarf, Denim Scarf Tie Folksight 16425 P 0 0
42341 999 Early Birds Silk Scarf, High-Quality Silk Scarf, Artistic Pattern, Handcrafted Design, Brightly Colored Silk Scarf, Silk Neck Scarf Folksight 16426 V 37893 0
37893 999 Early Birds Silk Scarf, High-Quality Silk Scarf, Artistic Pattern, Handcrafted Design, Brightly Colored Silk Scarf, Silk Neck Scarf Folksight 16426 P 0 0
41110 999 Early Birds Silk Scarf, High-Quality Silk Scarf, Artistic Pattern, Handcrafted Design, Brightly Colored Silk Scarf, Silk Neck Scarf Folksight 16426 V 37893 0
41111 999 Early Birds Silk Scarf, High-Quality Silk Scarf, Artistic Pattern, Handcrafted Design, Brightly Colored Silk Scarf, Silk Neck Scarf Folksight 16426 V 37893 0
37890 999 Dreamy Wings Silk Scarf, Feminine Pink Silk Scarf, Butterfly-Print Silk Scarf, Premium Designed Scarf, Versatile Satin Silk Scarf Folksight 16428 P 0 0
41115 999 Dreamy Wings Silk Scarf, Feminine Pink Silk Scarf, Butterfly-Print Silk Scarf, Premium Designed Scarf, Versatile Satin Silk Scarf Folksight 16428 V 37890 0
41116 999 Floral Passion Silk Scarf, Black Patterned Silk Scarf, Embroidered Flower Silk Scarf, Feminine Style Scarf, Exclusive Design Scarf Folksight 16429 V 37891 0
37891 999 Floral Passion Silk Scarf, Black Patterned Silk Scarf, Embroidered Flower Silk Scarf, Feminine Style Scarf, Exclusive Design Scarf Folksight 16429 P 0 0
41117 999 Floral Passion Silk Scarf, Black Patterned Silk Scarf, Embroidered Flower Silk Scarf, Feminine Style Scarf, Exclusive Design Scarf Folksight 16429 V 37891 0
42345 999 Floral Passion Silk Scarf, Black Patterned Silk Scarf, Embroidered Flower Silk Scarf, Feminine Style Scarf, Exclusive Design Scarf Folksight 16429 V 37891 0
41119 998 Secret Dream Silk Scarf, Soft Silk Scarf, Girl Patterned Scarf, Shoulder Wrap Silk Scarf, Scarf Tied As A Top Folksight 16430 V 41118 0
41118 998 Secret Dream Silk Scarf, Soft Silk Scarf, Girl Patterned Scarf, Shoulder Wrap Silk Scarf, Scarf Tied As A Top Folksight 16430 P 0 0
42347 998 Secret Dream Silk Scarf, Soft Silk Scarf, Girl Patterned Scarf, Shoulder Wrap Silk Scarf, Scarf Tied As A Top Folksight 16430 V 41118 0
42349 999 Juicy Flow Silk Scarf, Patterned Silk Scarf, Hair Tie Silk Scarf, Handbag Strap Scarf, Premium Satin Silk Scarf Folksight 16431 V 41120 0
41121 999 Juicy Flow Silk Scarf, Patterned Silk Scarf, Hair Tie Silk Scarf, Handbag Strap Scarf, Premium Satin Silk Scarf Folksight 16431 V 41120 0
41120 999 Juicy Flow Silk Scarf, Patterned Silk Scarf, Hair Tie Silk Scarf, Handbag Strap Scarf, Premium Satin Silk Scarf Folksight 16431 P 0 0
41126 999 Orange Squirrels Silk Scarf, Orange Silk Scarf, Patterned Scarf, Designer Silk Scarf, Fashion Accessory, Handbag Decoration Folksight 16434 P 0 0
41127 999 Orange Squirrels Silk Scarf, Orange Silk Scarf, Patterned Scarf, Designer Silk Scarf, Fashion Accessory, Handbag Decoration Folksight 16434 V 41126 0
37892 999 Sweet Bloom Silk Scarf, Pink Silk Scarf, Feminine Silk Scarf, Shoulder Wrap Scarf, Scarf Tied As A Top Folksight 16435 V 41129 0
41129 999 Sweet Bloom Silk Scarf, Pink Silk Scarf, Feminine Silk Scarf, Shoulder Wrap Scarf, Scarf Tied As A Top Folksight 16435 P 0 0
41132 999 Orange Rabbit Silk Scarf, Cream-Colored Silk Scarf, Art-Designed Silk Scarf, Head Wrap Scarf, Fashionable Neck Scarf, Gift For Ladies Folksight 16437 P 0 0
41133 999 Orange Rabbit Silk Scarf, Cream-Colored Silk Scarf, Art-Designed Silk Scarf, Head Wrap Scarf, Fashionable Neck Scarf, Gift For Ladies Folksight 16437 V 41132 0
42346 999 H'mong - Rooster And Corn Silk Scarf, Traditional Print Scarf, Designer Scarf, Soft Silk Scarf, Art-Printed Scarf Folksight 16439 V 41136 0
41136 999 H'mong - Rooster And Corn Silk Scarf, Traditional Print Scarf, Designer Scarf, Soft Silk Scarf, Art-Printed Scarf Folksight 16439 P 0 0
41137 997 H'mong - Rooster And Corn Silk Scarf, Traditional Print Scarf, Designer Scarf, Soft Silk Scarf, Art-Printed Scarf Folksight 16439 V 41136 0
37883 999 Turtle - Patterns Of The Ocean Silk Scarf, Designed Silk Scarf, Soft Silk Neck Scarf, Sailor Silk Scarf, Silk Waist Scarf, Headscarf Folksight 16441 P 0 0
41140 999 Turtle - Patterns Of The Ocean Silk Scarf, Designed Silk Scarf, Soft Silk Neck Scarf, Sailor Silk Scarf, Silk Waist Scarf, Headscarf Folksight 16441 V 37883 0
41141 999 Turtle - Patterns Of The Ocean Silk Scarf, Designed Silk Scarf, Soft Silk Neck Scarf, Sailor Silk Scarf, Silk Waist Scarf, Headscarf Folksight 16441 V 37883 0
42350 999 Turtle - Patterns Of The Ocean Silk Scarf, Designed Silk Scarf, Soft Silk Neck Scarf, Sailor Silk Scarf, Silk Waist Scarf, Headscarf Folksight 16441 V 37883 0
42362 998 Mandarin Duck Silk Scarf, Colorful Silk Scarf, Hair Tie Silk Scarf, Neck Scarf, Gift For Relatives, Elegant Silk Scarf Folksight 16444 V 41146 0
41146 998 Mandarin Duck Silk Scarf, Colorful Silk Scarf, Hair Tie Silk Scarf, Neck Scarf, Gift For Relatives, Elegant Silk Scarf Folksight 16444 P 0 0
41147 998 Mandarin Duck Silk Scarf, Colorful Silk Scarf, Hair Tie Silk Scarf, Neck Scarf, Gift For Relatives, Elegant Silk Scarf Folksight 16444 V 41146 5.00 1
41425 999 YOUTH 45cm Square Silk Scarf, Multi-purpose Scarf, Shawl, Gift for the Stylish Girl, Girlfriend's Youthful Accessory, Gift For Her MsKÉN 16485 P 0 5.00 8
41465 999 YOUTH 45cm Square Silk Scarf, Multi-purpose Scarf, Shawl, Gift for the Stylish Girl, Girlfriend's Youthful Accessory, Gift For Her MsKÉN 16485 V 41425 5.00 8
41466 999 YOUTH 45cm Square Silk Scarf, Multi-purpose Scarf, Shawl, Gift for the Stylish Girl, Girlfriend's Youthful Accessory, Gift For Her MsKÉN 16485 V 41425 5.00 8
41467 999 YOUTH 45cm Square Silk Scarf, Multi-purpose Scarf, Shawl, Gift for the Stylish Girl, Girlfriend's Youthful Accessory, Gift For Her MsKÉN 16485 V 41425 5.00 8
47429 999 Cat Satin Scarf, Blue Background, Cat Print Silk Scarf, Patterned Silk Scarf, Bandana Silk Scarf, Fashion Neck Scarf Hồng Phước Artist 17042 V 47430 0
47412 999 Cat Satin Scarf, Blue Background, Cat Print Silk Scarf, Patterned Silk Scarf, Bandana Silk Scarf, Fashion Neck Scarf Hồng Phước Artist 17042 V 47430 0
47430 999 Cat Satin Scarf, Blue Background, Cat Print Silk Scarf, Patterned Silk Scarf, Bandana Silk Scarf, Fashion Neck Scarf Hồng Phước Artist 17042 P 0 0
47432 999 Zoro One Piece Satin Scarf, Zoro-Printed Scarf, One Piece Silk Scarf, One Piece Neck Scarf, Anime Scarf Hồng Phước Artist 17043 P 0 0
47431 999 Zoro One Piece Satin Scarf, Zoro-Printed Scarf, One Piece Silk Scarf, One Piece Neck Scarf, Anime Scarf Hồng Phước Artist 17043 V 47432 0
47416 999 Zoro One Piece Satin Scarf, Zoro-Printed Scarf, One Piece Silk Scarf, One Piece Neck Scarf, Anime Scarf Hồng Phước Artist 17043 V 47432 0
47433 999 The Moon Satin Scarf, Satin Wrap Silk Scarf, Premium Printed Silk Scarf, Bandana Scarf, Feminine Patterned Scarf, Purple Silk Scarf Hồng Phước Artist 17044 P 0 0
47414 999 The Moon Satin Scarf, Satin Wrap Silk Scarf, Premium Printed Silk Scarf, Bandana Scarf, Feminine Patterned Scarf, Purple Silk Scarf Hồng Phước Artist 17044 V 47433 0
47434 999 The Cat & Moon Satin Scarf, Red Background, Surreal Print Scarf, Premium Satin Silk Scarf, Silk Neck Wrap, Gift For Relatives Hồng Phước Artist 17045 V 47415 0
47415 999 The Cat & Moon Satin Scarf, Red Background, Surreal Print Scarf, Premium Satin Silk Scarf, Silk Neck Wrap, Gift For Relatives Hồng Phước Artist 17045 P 0 0