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_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path 
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' 
  AND cscart_seo_names.company_id = cscart_categories.company_id 
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.parent_id IN (112) 
  AND cscart_categories.id_path LIKE '405/57/112/%' 
  AND cscart_categories.company_id = 1 
ORDER BY 
  cscart_categories.is_trash asc, 
  cscart_categories.position asc, 
  cscart_category_descriptions.category asc

Query time 0.00102

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": "ref",
          "possible_keys": ["c_status", "parent", "id_path"],
          "key": "parent",
          "key_length": "3",
          "used_key_parts": ["parent_id"],
          "ref": ["const"],
          "rowid_filter": {
            "range": {
              "key": "id_path",
              "used_key_parts": ["id_path"]
            },
            "rows": 33,
            "selectivity_pct": 1.255707763
          },
          "rows": 29,
          "filtered": 1.255707741,
          "attached_condition": "cscart_categories.company_id = 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` = 'A' and cscart_categories.id_path like '405/57/112/%'"
        },
        "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": ["rfswire_cart.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": "eq_ref",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "PRIMARY",
          "key_length": "210",
          "used_key_parts": [
            "object_id",
            "type",
            "dispatch",
            "lang_code",
            "company_id"
          ],
          "ref": [
            "rfswire_cart.cscart_categories.category_id",
            "const",
            "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 seo_name seo_path
2851 112 405/57/112/2851 APX 1500 0 A 1 apx-1500-en-5 405/57/112
2852 112 405/57/112/2852 APX 4500 0 A 1 apx-4500-en-5 405/57/112
2853 112 405/57/112/2853 APX 6500 0 A 1 apx-6500-en-5 405/57/112
2854 112 405/57/112/2854 APX 7500 0 A 1 apx-7500-en-6 405/57/112
2855 112 405/57/112/2855 XPR 4350 0 A 1 xpr-4350-en-4 405/57/112
2856 112 405/57/112/2856 XPR 4380 0 A 1 xpr-4380-en-4 405/57/112
2858 112 405/57/112/2858 XPR 4580 0 A 1 xpr-4580-en-4 405/57/112
2859 112 405/57/112/2859 XPR 5350 0 A 1 xpr-5350-en-4 405/57/112
2860 112 405/57/112/2860 XPR 5380 0 A 1 xpr-5380-en-4 405/57/112
2857 112 405/57/112/2857 XPR 5550 0 A 1 xpr-5550-en-5 405/57/112
2861 112 405/57/112/2861 XPR 5580 0 A 1 xpr-5580-en-5 405/57/112
113 112 405/57/112/113 VX-2100 10 A 1 vx-2100-speakers 405/57/112
123 112 405/57/112/123 VX-2200 20 A 1 vx-2200-speakers 405/57/112
124 112 405/57/112/124 VX-4000 30 A 1 vx-4000-speakers 405/57/112
117 112 405/57/112/117 VX-4100 40 A 1 vx-4100-speakers 405/57/112
121 112 405/57/112/121 VX-4200 50 A 1 vx-4200-speakers 405/57/112
116 112 405/57/112/116 VX-4500 60 A 1 vx-4500-speakers 405/57/112
125 112 405/57/112/125 VX-4600 70 A 1 vx-4600-speakers 405/57/112
122 112 405/57/112/122 VX-5500 80 A 1 vx-5500-speakers 405/57/112
120 112 405/57/112/120 VX-6000 90 A 1 vx-6000-speakers 405/57/112
126 112 405/57/112/126 VX-7200 100 A 1 vx-7200-speakers 405/57/112
127 112 405/57/112/127 VX-2200 LTR 110 A 1 vx-2200-ltr-speakers 405/57/112
2533 112 405/57/112/2533 CM200 120 A 1 cm200-en-7 405/57/112
2534 112 405/57/112/2534 CM200d 130 A 1 cm200d-en-7 405/57/112
2535 112 405/57/112/2535 CM300 140 A 1 cm300-en-7 405/57/112
2536 112 405/57/112/2536 CM300d 150 A 1 cm300d-en-7 405/57/112
3115 112 405/57/112/3115 MaraTrac 160 A 1 maratrac 405/57/112
3174 112 405/57/112/3174 APX 8500 170 A 1 apx-8500-en-6 405/57/112
3426 112 405/57/112/3426 TLK 150 180 A 1 tlk-150-en-6 405/57/112