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 = 'en' 
  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 = 'en' 
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.00282

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 = 'en')"
        },
        "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 = 'en')"
        }
      }
    }
  }
}

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 499/519 none
637 518 499/518/637 Air Suspension 0 A 0 0 air-suspension 499/518 none
599 532 499/532/599 Antenna & Speaker 0 A 0 1 antenna-and-speaker 499/532 none
581 518 499/518/581 Anti Brake System 0 A 0 1 anti-brake-system-en 499/518 none
632 558 499/558/632 Battery and Cables 0 A 0 0 battery-and-cables 499/558 none
577 517 499/517/577 Console 0 A 0 1 console-en 499/517 none
630 558 499/558/630 Cooliing System 0 A 0 0 cooliing-system 499/558 none
590 517 499/517/590 Dash board 0 A 0 1 dash-board 499/517 none
635 558 499/558/635 Electronic Controls 0 A 0 0 electronic-controls 499/558 none
528 503 499/503/528 Engine & Components 0 A 0 1 engine-and-components 499/503 none
573 503 499/503/573 Exhaust Manipold 0 A 0 1 exhaust-manipold 499/503 none
603 503 499/503/603 Exhaust Manipold and Muffler 0 A 0 1 exhaust-manipold-and-muffler 499/503 none
579 518 499/518/579 Front and Rear Axle 0 A 0 1 front-and-rear-axle 499/518 none
582 514 499/514/582 Front Body Panel 0 A 0 1 front-body-panel-en 499/514 none
633 558 499/558/633 High Voltage Battery 0 A 0 0 high-voltage-battery-en 499/558 none
601 532 499/532/601 Horn 0 A 0 1 horn 499/532 none
591 532 499/532/591 Instrument cluster 0 A 0 1 instrument-cluster 499/532 none
592 517 499/517/592 Interior Trim 0 A 0 1 interior-trim 499/517 none
600 532 499/532/600 Moniter & Head Unit 0 A 0 1 moniter-and-head-unit 499/532 none
631 558 499/558/631 Motor and Reductor 0 A 0 0 motor-and-reductor 499/558 none
634 558 499/558/634 Mounts 0 A 0 0 mounts 499/558 none
576 503 499/503/576 Pedals 0 A 0 1 pedals 499/503 none
574 517 499/517/574 Rear & Luggage parts 0 A 0 1 rear-and-luggage-parts 499/517 none
597 514 499/514/597 Rear View Mirror 0 A 0 1 rear-view-mirror 499/514 none
598 517 499/517/598 Seat and Seat Belts 0 A 0 1 seat-and-seat-belts 499/517 none
580 517 499/517/580 Sun Visor & Roof Trim 0 A 0 1 sun-visor-and-roof-trim-en 499/517 none
575 503 499/503/575 Throttle body and Injector 0 A 0 1 throttle-body-and-injector 499/503 none
533 532 499/532/533 Battery 10 A 0 1 battery 499/532 none
548 518 499/518/548 Cross member & Control Arm 10 A 0 1 cross-member-and-control-arm 499/518 none
503 499 499/503 Engine & Engine Parts 10 A 0 1 engine-and-engine-parts 499 none
530 503 499/503/530 Engine mounts 10 A 0 1 engine-mounts 499/503 none
585 514 499/514/585 Real Body Panel 10 A 0 1 real-body-panel-en 499/514 none
546 521 499/521/546 Transmission & Components 10 A 0 1 transmission-and-components 499/521 none
514 499 499/514 Body Parts 20 A 0 1 body-parts 499 none
583 514 499/514/583 Floor Body Panel 20 A 0 1 floor-body-panel-en 499/514 none
537 499 499/537 Lighting & Lamps 20 A 0 1 lighting-and-lamps 499 none
515 532 499/532/515 Relay & Module 20 A 0 1 relay-and-module 499/532 none
525 503 499/503/525 Turbo & Intercooler 20 A 0 1 turbo-and-intercooler 499/503 none
584 514 499/514/584 Roof Body Panel 25 A 0 1 roof-body-panel-en 499/514 none
586 514 499/514/586 Side Body Panel 28 A 0 1 side-body-panel 499/514 none
589 514 499/514/589 Sun roof 29 A 0 1 sun-roof 499/514 none
534 532 499/532/534 Advanced Driver Assistance Systems 30 A 0 1 advanced-driver-assistance-systems 499/532 none
587 514 499/514/587 Door Panel and Components 30 A 0 1 door-panel-and-components 499/514 none
524 503 499/503/524 Engine Cooling 30 A 0 1 engine-cooling 499/503 none
550 518 499/518/550 Spring & Strut 30 A 0 1 spring-and-strut 499/518 none
604 514 499/514/604 Trunk and Tailgate 35 A 0 1 trunk-and-tailgate-en 499/514 none
516 532 499/532/516 Harness & Components 40 A 0 1 harness-and-components 499/532 none
551 518 499/518/551 Steering Wheel & Column 40 A 0 1 steering-wheel-and-column 499/518 none
545 521 499/521/545 Transaxle 40 A 0 1 transaxle 499/521 none
527 503 499/503/527 Waterpump & Belt 40 A 0 1 waterpump-and-belt 499/503 none
596 514 499/514/596 Wheel Guard Trim 40 A 0 1 wheel-guard-trim 499/514 none
544 521 499/521/544 Drive Shaft & Propeller 50 A 0 1 drive-shaft-and-propeller 499/521 none
523 503 499/503/523 Engine Electric & ECU 50 A 0 1 engine-electric-and-ecu 499/503 none
594 514 499/514/594 Front Bumper 50 A 0 1 front-bumper 499/514 none
517 499 499/517 Interior Parts 50 A 0 1 interior-parts 499 none
553 518 499/518/553 Steering Gear 50 A 0 1 steering-gear 499/518 none
538 532 499/532/538 Switch & Multi Fuction 50 A 0 1 switch-and-multi-fuction 499/532 none
554 518 499/518/554 Brake & Components 60 A 0 1 brake-and-components 499/518 none
547 521 499/521/547 Differential 60 A 0 1 differential 499/521 none
595 514 499/514/595 Rear Bumper 60 A 0 1 rear-bumper 499/514 none
539 532 499/532/539 Sensors 60 A 0 1 sensors 499/532 none
578 514 499/514/578 Fuel Door and Components 70 A 0 1 fuel-door-and-components-en 499/514 none
540 532 499/532/540 Interior electronic components 70 A 0 1 interior-electronic-components 499/532 none
588 514 499/514/588 Windshield Glass 70 A 0 1 windshield-glass-en 499/514 none
531 503 499/503/531 Camshaft & Timing 80 A 0 1 camshaft-and-timing 499/503 none
572 514 499/514/572 Engine & Under Cover, Strut Bar 80 A 0 1 engine-and-under-cover-strut-bar 499/514 none
606 514 499/514/606 Pad & Plug 80 A 0 1 pad-and-plug-en 499/514 none
518 499 499/518 Steering & Suspension 80 A 0 1 steering-and-suspension 499 none
541 532 499/532/541 Windshield Wiper & Washer 80 A 0 1 windshield-wiper-and-washer 499/532 none
552 532 499/532/552 Airbag 90 A 0 1 airbag 499/532 none
526 503 499/503/526 Engine cover & Under cover 90 A 0 1 engine-cover-and-under-cover 499/503 none
542 519 499/519/542 Heater System 90 A 0 1 heater-system 499/519 none
519 499 499/519 Radiator & Air Conditioner 90 A 0 1 radiator-and-air-conditioner 499 none
607 514 499/514/607 Rear spoilers 90 A 0 1 rear-spoilers-en 499/514 none
559 532 499/532/559 Door and trunk electrics 100 A 0 1 door-and-trunk-electrics 499/532 none
593 514 499/514/593 Etc 100 A 0 1 etc 499/514 none
543 519 499/519/543 Radiator & Condensor 100 A 0 1 radiator-and-condensor 499/519 none
549 518 499/518/549 Wheel & Components 100 A 0 1 wheel-and-components 499/518 none
562 532 499/532/562 Camera & Components 110 A 0 1 camera-and-components 499/532 none
535 503 499/503/535 Spark plug & Cable 110 A 0 1 spark-plug-and-cable 499/503 none
521 499 499/521 Transmission & Drivetrarin 110 A 0 1 transmission-and-drivetrarin 499 none
522 499 499/522 Fuel System 120 A 0 1 fuel-system 499 none
532 499 499/532 Electric Parts 130 A 0 1 electric-parts 499 none
558 499 499/558 Electric Vehicle Parts 140 A 0 1 electric-vehicle-parts 499 none
536 503 499/503/536 Starter & Alternator 210 A 0 1 starter-and-alternator 499/503 none
560 503 499/503/560 Air cleaner and intake parts 280 A 0 1 air-cleaner-and-intake-parts 499/503 none
561 503 499/503/561 Oil pump, Filter and Components 290 A 0 1 oil-pump-filter-and-components 499/503 none
529 503 499/503/529 Tool & Etc 300 A 0 1 tool-and-etc 499/503 none