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 (18) 
  AND cscart_categories.id_path LIKE '404/18/%' 
  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.00079

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": 26,
            "selectivity_pct": 0.98934551
          },
          "rows": 21,
          "filtered": 0.989345491,
          "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 '404/18/%'"
        },
        "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
2419 18 404/18/2419 BPR40 Portables 0 A 1 bpr40 404/18
3548 18 404/18/3548 BPR40d Portables 0 A 1 bpr40d-portables 404/18
3473 18 404/18/3473 CP100d Portables 0 A 1 cp100d-portables 404/18
2420 18 404/18/2420 CP185 Portables 0 A 1 cp185 404/18
2421 18 404/18/2421 CP200d Portables 0 A 1 cp200d 404/18
3122 18 404/18/3122 DTR700 Portables 0 A 1 dtr700 404/18
2392 18 404/18/2392 EVX-S24 Portables 0 A 1 evx-s24-portables 404/18
2422 18 404/18/2422 SL300 Portables 0 A 1 sl300 404/18
3430 18 404/18/3430 Standard Horizon HX380 0 A 1 standard-horizon-hx380-en-4 404/18
3431 18 404/18/3431 Standard Horizon HX400 0 A 1 standard-horizon-hx400-en-3 404/18
3432 18 404/18/3432 Standard Horizon HX400IS 0 A 1 standard-horizon-hx400is-en-3 404/18
3144 18 404/18/3144 TLK 100 Portables 0 A 1 tlk-100-portables 404/18
351 18 404/18/351 VX-820 Series Portables 0 A 1 vx-820-series-portables 404/18
352 18 404/18/352 VX-920 Series Portables 0 A 1 vx-920-series-portables 404/18