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 
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.parent_id IN (18596) 
  AND cscart_categories.id_path LIKE '18318/18415/18596/%' 
  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.00091

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_categories.is_trash, cscart_categories.position, cscart_category_descriptions.category",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "cscart_categories",
              "access_type": "ref",
              "possible_keys": [
                "PRIMARY",
                "c_status",
                "parent",
                "id_path",
                "p_category_id"
              ],
              "key": "parent",
              "key_length": "3",
              "used_key_parts": ["parent_id"],
              "ref": ["const"],
              "rowid_filter": {
                "range": {
                  "key": "id_path",
                  "used_key_parts": ["id_path"]
                },
                "rows": 22,
                "selectivity_pct": 0.823970037
              },
              "rows": 20,
              "filtered": 0.82397002,
              "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.id_path like '18318/18415/18596/%' and cscart_categories.category_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": ["ebonza_cscart_test.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": [
                "ebonza_cscart_test.cscart_categories.category_id",
                "const",
                "const",
                "const"
              ],
              "rows": 16,
              "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
18597 18596 18318/18415/18596/18597 Breath Spray 1 A 0 1 breath-sprays 18318/18415/18596
18598 18596 18318/18415/18596/18598 Dental Floss 2 A 0 1 dental-floss 18318/18415/18596
18599 18596 18318/18415/18596/18599 Dental Mouthguards 3 A 0 1 dental-mouthguards 18318/18415/18596
18600 18596 18318/18415/18596/18600 Dental Water Jet Replacement Tips 4 A 0 1 dental-water-jet-replacement-tips 18318/18415/18596
18601 18596 18318/18415/18596/18601 Dental Water Jets 5 A 0 1 dental-water-jets 18318/18415/18596
18602 18596 18318/18415/18596/18602 Denture Adhesives 6 A 0 1 denture-adhesives 18318/18415/18596
18603 18596 18318/18415/18596/18603 Denture Cleaners 7 A 0 1 denture-cleaners 18318/18415/18596
18604 18596 18318/18415/18596/18604 Denture Repair Kits 8 A 0 1 denture-repair-kits 18318/18415/18596
18605 18596 18318/18415/18596/18605 Dentures 9 A 0 1 dentures 18318/18415/18596
18606 18596 18318/18415/18596/18606 Gum Stimulators 10 A 0 1 gum-stimulators 18318/18415/18596
18607 18596 18318/18415/18596/18607 Mouthwash 11 A 0 1 mouthwash 18318/18415/18596
18608 18596 18318/18415/18596/18608 Orthodontic Appliance Cases 12 A 0 1 orthodontic-appliance-cases 18318/18415/18596
18609 18596 18318/18415/18596/18609 Power Flossers 13 A 0 1 power-flossers 18318/18415/18596
18610 18596 18318/18415/18596/18610 Teeth Whiteners 14 A 0 1 teeth-whiteners 18318/18415/18596
18611 18596 18318/18415/18596/18611 Tongue Scrapers 15 A 0 1 tongue-scrapers 18318/18415/18596
18612 18596 18318/18415/18596/18612 Toothbrush Accessories 16 A 0 1 toothbrush-accessories 18318/18415/18596
18616 18596 18318/18415/18596/18616 Toothbrushes 17 A 0 1 toothbrushes 18318/18415/18596
18617 18596 18318/18415/18596/18617 Toothpaste 18 A 0 1 toothpaste 18318/18415/18596
18618 18596 18318/18415/18596/18618 Toothpaste Squeezers & Dispensers 19 A 0 1 toothpaste-squeezers-dispensers 18318/18415/18596
18619 18596 18318/18415/18596/18619 Toothpicks 20 A 0 1 toothpicks 18318/18415/18596