SELECT 
  SQL_CALC_FOUND_ROWS products.product_id, 
  descr1.product as product, 
  companies.company as company_name, 
  products.product_type, 
  products.parent_product_id 
FROM 
  cscart_products as products 
  LEFT JOIN cscart_product_descriptions as descr1 ON descr1.product_id = products.product_id 
  AND descr1.lang_code = 'zh' 
  LEFT JOIN cscart_product_prices as prices ON prices.product_id = products.product_id 
  AND prices.lower_limit = 1 
  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 
  AND (
    cscart_categories.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_categories.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_categories.usergroup_ids
    )
  ) 
  AND cscart_categories.status IN ('A', 'H') 
  AND cscart_categories.storefront_id IN (0, 1) 
WHERE 
  1 
  AND cscart_categories.category_id IN (305) 
  AND companies.status IN ('A') 
  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 prices.usergroup_id IN (0, 0, 1) 
  AND products.parent_product_id = 0 
  AND products.product_type != 'D' 
GROUP BY 
  products.product_id 
ORDER BY 
  product asc, 
  products.product_id ASC 
LIMIT 
  672, 48

Query time 0.02666

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 23.06086803,
    "filesort": {
      "sort_key": "descr1.product, products.product_id",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "cscart_categories",
              "access_type": "const",
              "possible_keys": ["PRIMARY", "c_status", "p_category_id"],
              "key": "PRIMARY",
              "key_length": "3",
              "used_key_parts": ["category_id"],
              "ref": ["const"],
              "rows": 1,
              "filtered": 100
            }
          },
          {
            "table": {
              "table_name": "products_categories",
              "access_type": "ref",
              "possible_keys": ["PRIMARY", "pt"],
              "key": "PRIMARY",
              "key_length": "3",
              "used_key_parts": ["category_id"],
              "ref": ["const"],
              "loops": 1,
              "rows": 4138,
              "cost": 0.79902318,
              "filtered": 100,
              "attached_condition": "products_categories.category_id <=> 305"
            }
          },
          {
            "table": {
              "table_name": "products",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY", "status", "idx_parent_product_id"],
              "key": "PRIMARY",
              "key_length": "3",
              "used_key_parts": ["product_id"],
              "ref": ["u985510652_ecartify.products_categories.product_id"],
              "loops": 4138,
              "rows": 1,
              "cost": 7.09104232,
              "filtered": 100,
              "attached_condition": "products.parent_product_id = 0 and (products.usergroup_ids = '' or find_in_set(0,products.usergroup_ids) or find_in_set(1,products.usergroup_ids)) and products.`status` = 'A' and products.product_type <> 'D'"
            }
          },
          {
            "table": {
              "table_name": "companies",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "4",
              "used_key_parts": ["company_id"],
              "ref": ["u985510652_ecartify.products.company_id"],
              "loops": 4138,
              "rows": 1,
              "cost": 3.70283112,
              "filtered": 100,
              "attached_condition": "companies.`status` = 'A'"
            }
          },
          {
            "table": {
              "table_name": "descr1",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY", "product_id"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["product_id", "lang_code"],
              "ref": [
                "u985510652_ecartify.products_categories.product_id",
                "const"
              ],
              "loops": 4138,
              "rows": 1,
              "cost": 7.09104232,
              "filtered": 100,
              "attached_condition": "trigcond(descr1.lang_code = 'zh')"
            }
          },
          {
            "table": {
              "table_name": "prices",
              "access_type": "ref",
              "possible_keys": [
                "usergroup",
                "product_id",
                "lower_limit",
                "usergroup_id"
              ],
              "key": "product_id",
              "key_length": "3",
              "used_key_parts": ["product_id"],
              "ref": ["u985510652_ecartify.products_categories.product_id"],
              "loops": 4138,
              "rows": 1,
              "cost": 4.37692909,
              "filtered": 100,
              "attached_condition": "prices.lower_limit = 1 and prices.usergroup_id in (0,0,1)",
              "using_index": true
            }
          }
        ]
      }
    }
  }
}

Result

product_id product company_name product_type parent_product_id
444839 Smart Book 322 AutoZone P 0
428245 Smart Book 497 AutoZone P 0
418635 Smart Book 755 ACME Corp P 0
426766 Smart Book 979 AutoZone P 0
438143 Smart Bottle 270 AutoZone P 0
427476 Smart Bottle 302 AutoZone P 0
438277 Smart Bottle 404 ACME Corp P 0
423983 Smart Bottle 451 ACME Corp P 0
418826 Smart Bottle 666 ACME Corp P 0
451985 Smart Camera 214 ACME Corp P 0
420812 Smart Chair 165 AutoZone P 0
455665 Smart Chair 379 ACME Corp P 0
404060 Smart Chair 543 ACME Corp P 0
455720 Smart Chair 545 ACME Corp P 0
420563 Smart Chair 603 AutoZone P 0
416787 Smart Chair 662 ACME Corp P 0
428711 Smart Chair 670 AutoZone P 0
460118 Smart Chair 902 AutoZone P 0
458461 Smart Chair 915 AutoZone P 0
403343 Smart Drone 196 ACME Corp P 0
405043 Smart Drone 203 ACME Corp P 0
402986 Smart Drone 460 AutoZone P 0
417129 Smart Drone 546 AutoZone P 0
414508 Smart Drone 594 ACME Corp P 0
403905 Smart Drone 597 AutoZone P 0
410883 Smart Drone 684 ACME Corp P 0
408899 Smart Drone 903 ACME Corp P 0
408775 Smart Drone 919 AutoZone P 0
440269 Smart Drone 920 AutoZone P 0
435840 Smart Drone 945 AutoZone P 0
444141 Smart Grinder 278 ACME Corp P 0
410125 Smart Grinder 376 AutoZone P 0
453374 Smart Grinder 744 ACME Corp P 0
429849 Smart Headphones 291 AutoZone P 0
427100 Smart Headphones 346 ACME Corp P 0
430100 Smart Headphones 560 ACME Corp P 0
427619 Smart Headphones 568 AutoZone P 0
444547 Smart Headphones 882 AutoZone P 0
432847 Smart Headphones 893 ACME Corp P 0
403496 Smart Laptop 122 AutoZone P 0
431636 Smart Laptop 715 ACME Corp P 0
455406 Smart Laptop 753 ACME Corp P 0
435103 Smart Laptop 767 ACME Corp P 0
415659 Smart Laptop 803 ACME Corp P 0
443503 Smart Laptop 823 AutoZone P 0
401160 Smart Laptop 936 AutoZone P 0
406539 Smart Laptop 942 AutoZone P 0
408349 Smart Mixer 707 AutoZone P 0