SELECT 
  cscart_categories.category_id, 
  cscart_categories.parent_id, 
  cscart_categories.id_path, 
  cscart_category_descriptions.category, 
  cscart_categories.position, 
  cscart_categories.status, 
  cscart_categories.company_id, 
  cscart_categories.storefront_id, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path, 
  cscart_categories.ab__lc_catalog_image_control 
FROM 
  cscart_categories 
  LEFT JOIN cscart_category_descriptions ON cscart_categories.category_id = cscart_category_descriptions.category_id 
  AND cscart_category_descriptions.lang_code = 'ru' 
  LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = cscart_categories.category_id 
  AND cscart_seo_names.type = 'c' 
  AND cscart_seo_names.dispatch = '' 
  AND cscart_seo_names.lang_code = 'ru' 
WHERE 
  1 = 1 
  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') 
  AND cscart_categories.id_path LIKE '669/%' 
  AND cscart_categories.category_id != 265 
  AND cscart_categories.parent_id != 265 
  AND cscart_categories.storefront_id IN (0, 1) 
ORDER BY 
  cscart_categories.is_trash asc, 
  cscart_categories.position asc, 
  cscart_category_descriptions.category asc

Query time 0.00250

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_categories.is_trash, cscart_categories.position, cscart_category_descriptions.category",
      "temporary_table": {
        "table": {
          "table_name": "cscart_categories",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "c_status",
            "parent",
            "id_path",
            "p_category_id"
          ],
          "key": "id_path",
          "key_length": "767",
          "used_key_parts": ["id_path"],
          "rows": 27,
          "filtered": 100,
          "index_condition": "cscart_categories.id_path like '669/%'",
          "attached_condition": "(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` = 'A' and cscart_categories.category_id <> 265 and cscart_categories.parent_id <> 265 and cscart_categories.storefront_id in (0,1)"
        },
        "table": {
          "table_name": "cscart_category_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["category_id", "lang_code"],
          "ref": ["admin_test.cscart_categories.category_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_category_descriptions.lang_code = 'ru')"
        },
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "PRIMARY",
          "key_length": "206",
          "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
          "ref": [
            "admin_test.cscart_categories.category_id",
            "const",
            "const",
            "const"
          ],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_seo_names.`type` = 'c' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'ru')"
        }
      }
    }
  }
}

Result

category_id parent_id id_path category position status company_id storefront_id seo_name seo_path ab__lc_catalog_image_control
672 671 669/670/671/672 Baseus 0 A 0 0 baseus 669/670/671 none
687 686 669/670/686/687 Baseus 0 A 0 0 baseus 669/670/686 none
673 671 669/670/671/673 Benks 0 A 0 0 benks 669/670/671 none
674 671 669/670/671/674 Borofone 0 A 0 0 borofone 669/670/671 none
688 686 669/670/686/688 Borofone 0 A 0 0 borofone 669/670/686 none
675 671 669/670/671/675 Breaking 0 A 0 0 breaking 669/670/671 none
689 686 669/670/686/689 Breaking 0 A 0 0 breaking 669/670/686 none
676 671 669/670/671/676 Deppa 0 A 0 0 deppa 669/670/671 none
690 686 669/670/686/690 Deppa 0 A 0 0 deppa 669/670/686 none
697 696 669/696/697 Dual Lens 0 A 0 0 dual-lens 669/696 none
677 671 669/670/671/677 Gerffins 0 A 0 0 gerffins 669/670/671 none
698 696 669/696/698 Hoco 0 A 0 0 hoco 669/696 none
678 671 669/670/671/678 HOCO 0 A 0 0 hoco 669/670/671 none
691 686 669/670/686/691 Hoco 0 A 0 0 hoco 669/670/686 none
679 671 669/670/671/679 HOSE 0 A 0 0 hose 669/670/671 none
680 671 669/670/671/680 Maxvi 0 A 0 0 maxvi 669/670/671 none
681 671 669/670/671/681 Prime Line 0 A 0 0 prime-line 669/670/671 none
682 671 669/670/671/682 Rekam 0 A 0 0 rekam 669/670/671 none
683 671 669/670/671/683 Remax 0 A 0 0 remax 669/670/671 none
684 671 669/670/671/684 TFN 0 A 0 0 tfn 669/670/671 none
692 686 669/670/686/692 TOTU 0 A 0 0 totu 669/670/686 none
693 686 669/670/686/693 uBear 0 A 0 0 ubear 669/670/686 none
694 686 669/670/686/694 Xiaomi 0 A 0 0 xiaomi 669/670/686 none
670 669 669/670 Авто Держатели 0 A 0 0 avto-derzhateli 669 none
671 670 669/670/671 Автодержатели простые 0 A 0 0 avtoderzhateli-prostye 669/670 none
685 671 669/670/671/685 Без Бренда 0 A 0 0 bez-brenda 669/670/671 none
696 669 669/696 Видеорегистраторы 0 A 0 0 videoregistratory 669 none
686 670 669/670/686 Держатели с ЗУ 0 A 0 0 derzhateli-s-zu 669/670 none
700 669 669/700 Магнитола 0 A 0 0 magnitola 669 none
695 686 669/670/686/695 Прочее 0 A 0 0 prochee 669/670/686 none
699 696 669/696/699 Прочее 0 A 0 0 prochee 669/696 none
701 669 669/701 Прочие элементы тюнинга 0 A 0 0 prochie-elementy-tyuninga 669 none