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, 
  cscart_category_descriptions.description 
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 '499/%' 
  AND cscart_categories.category_id != 1 
  AND cscart_categories.parent_id != 1 
  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.00179

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": 54,
          "filtered": 100,
          "index_condition": "cscart_categories.id_path like '499/%'",
          "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 <> 1 and cscart_categories.parent_id <> 1 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": ["devmotorsbay.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": [
            "devmotorsbay.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 description
602 519 499/519/602 A/C System 0 A 0 1 a-c-system-ru 499/519 none
637 518 499/518/637 Air Suspension 0 A 0 0 air-suspension-ru 499/518 none
599 532 499/532/599 Antenna & Speaker 0 A 0 1 antenna-and-speaker-ru 499/532 none
581 518 499/518/581 Anti Brake System 0 A 0 1 anti-brake-system-ru 499/518 none
632 558 499/558/632 Battery and Cables 0 A 0 0 battery-and-cables-ru 499/558 none
577 517 499/517/577 Console 0 A 0 1 console-ru 499/517 none
630 558 499/558/630 Cooliing System 0 A 0 0 cooliing-system-ru 499/558 none
590 517 499/517/590 Dash board 0 A 0 1 dash-board-ru 499/517 none
635 558 499/558/635 Electronic Controls 0 A 0 0 electronic-controls-ru 499/558 none
573 503 499/503/573 Exhaust Manipold 0 A 0 1 exhaust-manipold-ru 499/503 none
603 503 499/503/603 Exhaust Manipold and Muffler 0 A 0 1 exhaust-manipold-and-muffler-ru 499/503 none
579 518 499/518/579 Front and Rear Axle 0 A 0 1 front-and-rear-axle-ru 499/518 none
582 514 499/514/582 Front Body Panel 0 A 0 1 front-body-panel-ru 499/514 none
633 558 499/558/633 High Voltage Battery 0 A 0 0 high-voltage-battery-ru 499/558 none
601 532 499/532/601 Horn 0 A 0 1 horn-ru 499/532 none
591 532 499/532/591 Instrument cluster 0 A 0 1 instrument-cluster-ru 499/532 none
592 517 499/517/592 Interior Trim 0 A 0 1 interior-trim-ru 499/517 none
600 532 499/532/600 Moniter & Head Unit 0 A 0 1 moniter-and-head-unit-ru 499/532 none
631 558 499/558/631 Motor and Reductor 0 A 0 0 motor-and-reductor-ru 499/558 none
634 558 499/558/634 Mounts 0 A 0 0 mounts-ru 499/558 none
576 503 499/503/576 Pedals 0 A 0 1 pedals-ru 499/503 none
574 517 499/517/574 Rear & Luggage parts 0 A 0 1 rear-and-luggage-parts-ru 499/517 none
597 514 499/514/597 Rear View Mirror 0 A 0 1 rear-view-mirror-ru 499/514 none
598 517 499/517/598 Seat and Seat Belts 0 A 0 1 seat-and-seat-belts-ru 499/517 none
580 517 499/517/580 Sun Visor & Roof Trim 0 A 0 1 sun-visor-and-roof-trim-ru 499/517 none
575 503 499/503/575 Throttle body and Injector 0 A 0 1 throttle-body-and-injector-ru 499/503 none
528 503 499/503/528 엔진 및 엔진부품 0 A 0 1 엔진-및-엔진부품-ru 499/503 none
585 514 499/514/585 Real Body Panel 10 A 0 1 real-body-panel-ru 499/514 none
533 532 499/532/533 배터리 10 A 0 1 배터리-ru 499/532 none
530 503 499/503/530 엔진 마운트 10 A 0 1 엔진-마운트-ru 499/503 none
503 499 499/503 엔진 및 엔진부품 10 A 0 1 엔진-및-엔진부품-ru 499 none
548 518 499/518/548 크로스멤버 & 하체부품 10 A 0 1 크로스멤버-and-하체부품-ru 499/518 none
546 521 499/521/546 트랜스밋션 및 부속품 10 A 0 1 트랜스밋션-및-부속품-ru 499/521 none
583 514 499/514/583 Floor Body Panel 20 A 0 1 floor-body-panel-ru 499/514 none
537 499 499/537 라이트 및 램프류 20 A 0 1 라이트-및-램프류-ru 499 none
515 532 499/532/515 릴레이 & 모듈 20 A 0 1 릴레이-and-모듈-ru 499/532 none
514 499 499/514 바디 외판부품 20 A 0 1 바디-외판부품-ru 499 none
525 503 499/503/525 터보 인터쿨러 20 A 0 1 터보-인터쿨러-ru 499/503 none
584 514 499/514/584 Roof Body Panel 25 A 0 1 roof-body-panel-ru 499/514 none
586 514 499/514/586 Side Body Panel 28 A 0 1 side-body-panel-ru 499/514 none
589 514 499/514/589 Sun roof 29 A 0 1 sun-roof-ru 499/514 none
534 532 499/532/534 ADAS 및 레이더부품 30 A 0 1 adas-및-레이더부품-ru 499/532 none
587 514 499/514/587 Door Panel and Components 30 A 0 1 door-panel-and-components-ru 499/514 none
550 518 499/518/550 스프링 & 쇽업쇼바 30 A 0 1 스프링-and-쇽업쇼바-ru 499/518 none
524 503 499/503/524 엔진 냉각부품 30 A 0 1 엔진-냉각부품-ru 499/503 none
604 514 499/514/604 Trunk and Tailgate 35 A 0 1 trunk-and-tailgate-ru 499/514 none
596 514 499/514/596 Wheel Guard Trim 40 A 0 1 wheel-guard-trim-ru 499/514 none
545 521 499/521/545 구동차축 40 A 0 1 구동차축-ru 499/521 none
516 532 499/532/516 배선 및 부속품 40 A 0 1 배선-및-부속품-ru 499/532 none
527 503 499/503/527 워터펌프 & 벨트 40 A 0 1 워터펌프-and-벨트-ru 499/503 none
551 518 499/518/551 핸들 & 스티어링칼럼 40 A 0 1 핸들-and-스티어링칼럼-ru 499/518 none
594 514 499/514/594 Front Bumper 50 A 0 1 front-bumper-ru 499/514 none
544 521 499/521/544 드라이브 & 프로펠러샤프트 50 A 0 1 드라이브-and-프로펠러샤프트-ru 499/521 none
538 532 499/532/538 스위치 & 다기능스위치 50 A 0 1 스위치-and-다기능스위치-ru 499/532 none
553 518 499/518/553 스티어링기어 50 A 0 1 스티어링기어-ru 499/518 none
523 503 499/503/523 엔진전자장치 & ECU 50 A 0 1 엔진전자장치-and-ecu-ru 499/503 none
517 499 499/517 인테리어 부품 50 A 0 1 인테리어-부품-ru 499 none
595 514 499/514/595 Rear Bumper 60 A 0 1 rear-bumper-ru 499/514 none
547 521 499/521/547 디퍼런셜기어 및 부속품 60 A 0 1 디퍼런셜기어-및-부속품-ru 499/521 none
554 518 499/518/554 브레이크 및 부속품 60 A 0 1 브레이크-및-부속품-ru 499/518 none
539 532 499/532/539 센서 부품 60 A 0 1 센서-부품-ru 499/532 none
578 514 499/514/578 Fuel Door and Components 70 A 0 1 fuel-door-and-components-ru 499/514 none
588 514 499/514/588 Windshield Glass 70 A 0 1 windshield-glass-ru 499/514 none
540 532 499/532/540 인테리어 전자부품 70 A 0 1 인테리어-전자부품-ru 499/532 none
572 514 499/514/572 Engine & Under Cover, Strut Bar 80 A 0 1 engine-and-under-cover-strut-bar-ru 499/514 none
606 514 499/514/606 Pad & Plug 80 A 0 1 pad-and-plug-ru 499/514 none
518 499 499/518 스티어링 & 서스펜션 80 A 0 1 스티어링-and-서스펜션-ru 499 none
541 532 499/532/541 와이퍼 및 워셔 80 A 0 1 와이퍼-및-워셔-ru 499/532 none
531 503 499/503/531 캠샤프트 & 타이밍 80 A 0 1 캠샤프트-and-타이밍-ru 499/503 none
607 514 499/514/607 Rear spoilers 90 A 0 1 rear-spoilers-ru 499/514 none
519 499 499/519 라디에이터 & 에어컨 90 A 0 1 라디에이터-and-에어컨-ru 499 none
552 532 499/532/552 에어백 및 부속품 90 A 0 1 에어백-및-부속품-ru 499/532 none
526 503 499/503/526 엔진커버 & 언더커버 90 A 0 1 엔진커버-and-언더커버-ru 499/503 none
542 519 499/519/542 히터시스템 90 A 0 1 히터시스템-ru 499/519 none
593 514 499/514/593 Etc 100 A 0 1 etc-ru 499/514 none
559 532 499/532/559 도어 및 트렁크 전기장치 100 A 0 1 도어-및-트렁크-전기장치-ru 499/532 none
543 519 499/519/543 라디에이터 & 에어컨콘덴셔 100 A 0 1 라디에이터-and-에어컨콘덴셔-ru 499/519 none
549 518 499/518/549 휠 및 부속품 100 A 0 1 휠-및-부속품-ru 499/518 none
535 503 499/503/535 점화플러그 & 케이블 110 A 0 1 점화플러그-and-케이블-ru 499/503 none
562 532 499/532/562 카메라 및 부속품 110 A 0 1 카메라-및-부속품-ru 499/532 none
521 499 499/521 트랜스밋션 & 구동계부품 110 A 0 1 트랜스밋션-and-구동계부품-ru 499 none
522 499 499/522 연료시스템 120 A 0 1 연료시스템-ru 499 none
532 499 499/532 차량전자부품 130 A 0 1 차량전자부품-ru 499 none
558 499 499/558 전기차 부품 140 A 0 1 전기차-부품-ru 499 none
536 503 499/503/536 스타터 & 알터네이터 210 A 0 1 스타터-and-알터네이터-ru 499/503 none
560 503 499/503/560 에어크리너 및 흡기부품 280 A 0 1 에어크리너-및-흡기부품-ru 499/503 none
561 503 499/503/561 오일 펌프, 필터 및 부품 290 A 0 1 오일-펌프-필터-및-부품-ru 499/503 none
529 503 499/503/529 기타 300 A 0 1 기타-ru 499/503 none