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 '1152/%' 
  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.00188

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": 20,
          "filtered": 100,
          "index_condition": "cscart_categories.id_path like '1152/%'",
          "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
1165 1164 1152/1164/1165 Apple 0 A 0 0 apple 1152/1164 none
1166 1164 1152/1164/1166 Baseus 0 A 0 0 baseus 1152/1164 none
1156 1155 1152/1155/1156 Borofone 0 A 0 0 borofone 1152/1155 none
1167 1164 1152/1164/1167 Borofone 0 A 0 0 borofone 1152/1164 none
1157 1155 1152/1155/1157 Defender 0 A 0 0 defender 1152/1155 none
1168 1164 1152/1164/1168 Defender 0 A 0 0 defender 1152/1164 none
1169 1164 1152/1164/1169 Gaming 0 A 0 0 gaming 1152/1164 none
1170 1164 1152/1164/1170 Henpaopao 0 A 0 0 henpaopao 1152/1164 none
1158 1155 1152/1155/1158 Hoco 0 A 0 0 hoco 1152/1155 none
1171 1164 1152/1164/1171 Hoco 0 A 0 0 hoco 1152/1164 none
1172 1164 1152/1164/1172 iMICE 0 A 0 0 imice 1152/1164 none
1173 1164 1152/1164/1173 Logitech 0 A 0 0 logitech 1152/1164 none
1153 1152 1152/1153 Modem/Router 0 A 0 0 modem-router 1152 none
1174 1164 1152/1164/1174 Optical 0 A 0 0 optical 1152/1164 none
1159 1155 1152/1155/1159 Perfeo 0 A 0 0 perfeo 1152/1155 none
1160 1155 1152/1155/1160 Saibot 0 A 0 0 saibot 1152/1155 none
1161 1155 1152/1155/1161 Smart Buy 0 A 0 0 smart-buy 1152/1155 none
1175 1164 1152/1164/1175 SmartBuy 0 A 0 0 smartbuy 1152/1164 none
1176 1164 1152/1164/1176 Xiaomi 0 A 0 0 xiaomi 1152/1164 none
1154 1152 1152/1154 Акустические системы 0 A 0 0 akusticheskie-sistemy 1152 none
1155 1152 1152/1155 Клавиатуры 0 A 0 0 klaviatury 1152 none
1163 1152 1152/1163 Коврики 0 A 0 0 kovriki 1152 none
1164 1152 1152/1164 Мышки 0 A 0 0 myshki 1152 none
1162 1155 1152/1155/1162 Прочее 0 A 0 0 prochee 1152/1155 none