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

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"],
              "rows": 18,
              "filtered": 4.756554127,
              "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/%' 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
18416 18415 18318/18415/18416 Back Care 1 A 0 1 back-care 18318/18415
18531 18415 18318/18415/18531 Cotton Balls 3 A 0 1 cotton-balls 18318/18415
18532 18415 18318/18415/18532 Cotton Swabs 4 A 0 1 cotton-swabs 18318/18415
18533 18415 18318/18415/18533 Deodorant & Anti-Perspirant 5 A 0 1 deodorant-anti-perspirant 18318/18415
18536 18415 18318/18415/18536 Ear Care 6 A 0 1 ear-care 18318/18415
18545 18415 18318/18415/18545 Enema Kits & Supplies 7 A 0 1 enema-kits-supplies 18318/18415
18546 18415 18318/18415/18546 Feminine Sanitary Supplies 8 A 0 1 feminine-sanitary-supplies 18318/18415
18552 18415 18318/18415/18552 Foot Care 9 A 0 1 foot-care 18318/18415
18558 18415 18318/18415/18558 Hair Care 10 A 0 1 hair-care 18318/18415
18584 18415 18318/18415/18584 Massage & Relaxation 11 A 0 1 massage-relaxation 18318/18415
18596 18415 18318/18415/18596 Oral Care 12 A 0 1 oral-care 18318/18415
18620 18415 18318/18415/18620 Personal Lubricants 13 A 0 1 personal-lubricants 18318/18415
18621 18415 18318/18415/18621 Shaving & Grooming 14 A 0 1 shaving-grooming 18318/18415
18641 18415 18318/18415/18641 Sleeping Aids 15 A 0 1 sleeping-aids 18318/18415
18646 18415 18318/18415/18646 Spray Tanning Tents 16 A 0 1 spray-tanning-tents 18318/18415
18647 18415 18318/18415/18647 Tanning Beds 17 A 0 1 tanning-beds 18318/18415
18648 18415 18318/18415/18648 Tweezers 18 A 0 1 tweezers 18318/18415
18649 18415 18318/18415/18649 Vision Care 19 A 0 1 vision-care 18318/18415