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 (
    15782, 15779, 15535, 15537, 15536, 15774, 
    15773, 15522, 15778, 15523, 15525, 
    15532, 15530, 15771, 15776, 15777, 
    15534, 15533
  ) 
GROUP BY 
  products.product_id 
ORDER BY 
  NULL asc

Query time 0.00851

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": 52,
            "filtered": 100,
            "index_condition": "variation_group_products.group_id in (15782,15779,15535,15537,15536,15774,15773,15522,15778,15523,15525,15532,15530,15771,15776,15777,15534,15533)"
          }
        },
        {
          "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
33081 999 Flowers In Garden Necklace LILI'S SUMMER BEADS 15522 P 0 0
33083 999 Flowers In Garden Necklace LILI'S SUMMER BEADS 15522 V 33081 0
33084 999 Flowers In Garden Necklace LILI'S SUMMER BEADS 15522 V 33081 0
32679 3 Aurora Necklace, Minimalist And Elegant Design, Youthful And Cute Style, A Gift For Sweet And Feminine Girls LILI'S SUMMER BEADS 15523 P 0 0
32683 999 Cute Smile Earrings, Adorable Accessory, Vibrant And Sweet Colors, A Highlight For Everyday Outfits, A Gift For Girlfriends LILI'S SUMMER BEADS 15525 P 0 5.00 1
33090 999 Cute Smile Earrings, Adorable Accessory, Vibrant And Sweet Colors, A Highlight For Everyday Outfits, A Gift For Girlfriends LILI'S SUMMER BEADS 15525 V 32683 5.00 1
32691 999 Katie Bracelet LILI'S SUMMER BEADS 15530 P 0 0
33098 999 Katie Bracelet LILI'S SUMMER BEADS 15530 V 32691 0
32696 999 Loli Mask Chain, Bead Accessory, Bead Mask Strap, Bead Necklace Mask Strap, Mask Securing Strap, Handmade Bead Necklace LILI'S SUMMER BEADS 15532 P 0 0
33100 999 Loli Mask Chain, Bead Accessory, Bead Mask Strap, Bead Necklace Mask Strap, Mask Securing Strap, Handmade Bead Necklace LILI'S SUMMER BEADS 15532 V 32696 0
33101 999 Loli Mask Chain, Bead Accessory, Bead Mask Strap, Bead Necklace Mask Strap, Mask Securing Strap, Handmade Bead Necklace LILI'S SUMMER BEADS 15532 V 32696 0
33102 999 Dreamy Necklace LILI'S SUMMER BEADS 15533 P 0 0
32700 999 Quartz And Fluorite Bracelet LILI'S SUMMER BEADS 15534 P 0 0
33104 999 Quartz And Fluorite Bracelet LILI'S SUMMER BEADS 15534 V 32700 0
32703 999 Sparkling Garden Mask Chain Collection, Holographic Bead Strap, Holographic Mask Strap, Pastel-Colored Mask Strap LILI'S SUMMER BEADS 15535 P 0 5.00 1
33105 999 Sparkling Garden Mask Chain Collection, Holographic Bead Strap, Holographic Mask Strap, Pastel-Colored Mask Strap LILI'S SUMMER BEADS 15535 V 32703 5.00 1
33106 999 Sparkling Garden Mask Chain Collection, Holographic Bead Strap, Holographic Mask Strap, Pastel-Colored Mask Strap LILI'S SUMMER BEADS 15535 V 32703 5.00 1
33107 999 Sparkling Garden Mask Chain Collection, Holographic Bead Strap, Holographic Mask Strap, Pastel-Colored Mask Strap LILI'S SUMMER BEADS 15535 V 32703 5.00 1
33108 999 Sparkling Garden Mask Chain Collection, Holographic Bead Strap, Holographic Mask Strap, Pastel-Colored Mask Strap LILI'S SUMMER BEADS 15535 V 32703 5.00 1
32704 999 Summer Flower Mask Chain Collection, Bead Mask Strap, Flower-Patterned Bead Strap, Bead Accessory, Colorful Mask Strap LILI'S SUMMER BEADS 15536 P 0 5.00 1
33109 999 Summer Flower Mask Chain Collection, Bead Mask Strap, Flower-Patterned Bead Strap, Bead Accessory, Colorful Mask Strap LILI'S SUMMER BEADS 15536 V 32704 5.00 1
33110 999 Summer Flower Mask Chain Collection, Bead Mask Strap, Flower-Patterned Bead Strap, Bead Accessory, Colorful Mask Strap LILI'S SUMMER BEADS 15536 V 32704 5.00 1
33111 999 Summer Flower Mask Chain Collection, Bead Mask Strap, Flower-Patterned Bead Strap, Bead Accessory, Colorful Mask Strap LILI'S SUMMER BEADS 15536 V 32704 5.00 1
32706 999 Summer Fruits Mask Chain, Fruit Charm Bead Strap, Colorful Mask Strap, Multi-Colored Bead Strap, Bead Mask Strap LILI'S SUMMER BEADS 15537 P 0 5.00 1
33112 999 Summer Fruits Mask Chain, Fruit Charm Bead Strap, Colorful Mask Strap, Multi-Colored Bead Strap, Bead Mask Strap LILI'S SUMMER BEADS 15537 V 32706 5.00 1
35912 999 Lili Summer Days Stone Bracelet LILI'S SUMMER BEADS 15771 P 0 5.00 2
35985 999 Lili Summer Days Stone Bracelet LILI'S SUMMER BEADS 15771 V 35912 5.00 2
35916 18 Lili Belle Belly Chain, Bead Waist Strap, Waist Wrapping Strap, Bead Wrap Waist Strap, Beach Waist Strap LILI'S SUMMER BEADS 15773 P 0 5.00 1
35988 999 Lili Belle Belly Chain, Bead Waist Strap, Waist Wrapping Strap, Bead Wrap Waist Strap, Beach Waist Strap LILI'S SUMMER BEADS 15773 V 35916 5.00 1
35989 999 Lili Belle Belly Chain, Bead Waist Strap, Waist Wrapping Strap, Bead Wrap Waist Strap, Beach Waist Strap LILI'S SUMMER BEADS 15773 V 35916 5.00 1
35917 14 Dây Đeo Eo Lili Blackie, Dây Đeo Eo Trắng Đen, Dây Thắt Eo Cá Tính, Dây Đeo Eo Bikini, Phụ Kiện Thắt Lưng Váy LILI'S SUMMER BEADS 15774 P 0 5.00 1
35990 999 Dây Đeo Eo Lili Blackie, Dây Đeo Eo Trắng Đen, Dây Thắt Eo Cá Tính, Dây Đeo Eo Bikini, Phụ Kiện Thắt Lưng Váy LILI'S SUMMER BEADS 15774 V 35917 5.00 1
35991 999 Dây Đeo Eo Lili Blackie, Dây Đeo Eo Trắng Đen, Dây Thắt Eo Cá Tính, Dây Đeo Eo Bikini, Phụ Kiện Thắt Lưng Váy LILI'S SUMMER BEADS 15774 V 35917 5.00 1
35919 7 Lili Flower Belly Chain In Style 2, Beach Accessory, Bead Waist Strap, Waist Belt, Girlfriend Gift, Waist-Wrapping Strap LILI'S SUMMER BEADS 15776 P 0 0
35994 999 Lili Flower Belly Chain In Style 2, Beach Accessory, Bead Waist Strap, Waist Belt, Girlfriend Gift, Waist-Wrapping Strap LILI'S SUMMER BEADS 15776 V 35919 0
35995 999 Lili Flower Belly Chain In Style 2, Beach Accessory, Bead Waist Strap, Waist Belt, Girlfriend Gift, Waist-Wrapping Strap LILI'S SUMMER BEADS 15776 V 35919 0
35920 7 Lili Flower Belly Chain In Style 3, Beach Fashion, Small Bead Waist Strap, Strap For Plain Dress, Bikini Waist Strap LILI'S SUMMER BEADS 15777 P 0 5.00 1
35996 999 Lili Flower Belly Chain In Style 3, Beach Fashion, Small Bead Waist Strap, Strap For Plain Dress, Bikini Waist Strap LILI'S SUMMER BEADS 15777 V 35920 5.00 1
35997 999 Lili Flower Belly Chain In Style 3, Beach Fashion, Small Bead Waist Strap, Strap For Plain Dress, Bikini Waist Strap LILI'S SUMMER BEADS 15777 V 35920 5.00 1
35921 3 Lili Blunie Belly Chain, Bead Waist Strap, Waist Accessory, Bead Strap Waist, Bead Belly Strap, Beach Fashion LILI'S SUMMER BEADS 15778 P 0 5.00 2
35998 999 Lili Blunie Belly Chain, Bead Waist Strap, Waist Accessory, Bead Strap Waist, Bead Belly Strap, Beach Fashion LILI'S SUMMER BEADS 15778 V 35921 5.00 2
35999 999 Lili Blunie Belly Chain, Bead Waist Strap, Waist Accessory, Bead Strap Waist, Bead Belly Strap, Beach Fashion LILI'S SUMMER BEADS 15778 V 35921 5.00 2
35925 999 Lili "Thuần" Stone Necklace, Available in 2 Designs, Simple Design, Handcrafted Necklace, Graceful Accessory, Minimalist Style LILI'S SUMMER BEADS 15779 P 0 5.00 1
36000 999 Lili "Thuần" Stone Necklace, Available in 2 Designs, Simple Design, Handcrafted Necklace, Graceful Accessory, Minimalist Style LILI'S SUMMER BEADS 15779 V 35925 5.00 1
36001 997 Lili "Thuần" Stone Necklace, Available in 2 Designs, Simple Design, Handcrafted Necklace, Graceful Accessory, Minimalist Style LILI'S SUMMER BEADS 15779 V 35925 5.00 1
35929 999 Lili Dice Phone Strap, Available in 4 Color Tones, Unique Design, Cute Phone Accessory, Durable Material LILI'S SUMMER BEADS 15782 P 0 4.00 1
36012 999 Lili Dice Phone Strap, Available in 4 Color Tones, Unique Design, Cute Phone Accessory, Durable Material LILI'S SUMMER BEADS 15782 V 35929 4.00 1
36013 999 Lili Dice Phone Strap, Available in 4 Color Tones, Unique Design, Cute Phone Accessory, Durable Material LILI'S SUMMER BEADS 15782 V 35929 4.00 1
36014 999 Lili Dice Phone Strap, Available in 4 Color Tones, Unique Design, Cute Phone Accessory, Durable Material LILI'S SUMMER BEADS 15782 V 35929 4.00 1