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_categories.ab__fn_category_status, 
  cscart_categories.ab__fn_label_color, 
  cscart_categories.ab__fn_label_background, 
  cscart_categories.ab__fn_use_origin_image, 
  cscart_category_descriptions.ab__fn_label_text, 
  cscart_category_descriptions.ab__fn_label_show, 
  cscart_categories.age_verification, 
  cscart_categories.age_limit, 
  cscart_category_descriptions.age_warning_message 
FROM 
  cscart_categories 
  LEFT JOIN cscart_category_descriptions ON cscart_categories.category_id = cscart_category_descriptions.category_id 
  AND cscart_category_descriptions.lang_code = 'de' 
  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 = 'de' 
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 (0) 
  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,
    "cost": 0.140977404,
    "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", "p_category_id"],
              "key": "parent",
              "key_length": "3",
              "used_key_parts": ["parent_id"],
              "ref": ["const"],
              "loops": 1,
              "rows": 27,
              "cost": 0.034105005,
              "filtered": 100,
              "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.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": ["cscart.cscart_categories.category_id", "const"],
              "loops": 27,
              "rows": 1,
              "cost": 0.052213302,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_category_descriptions.lang_code = 'de')"
            }
          },
          {
            "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": [
                "cscart.cscart_categories.category_id",
                "const",
                "const",
                "const"
              ],
              "loops": 27,
              "rows": 1,
              "cost": 0.054659097,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_seo_names.`type` = 'c' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'de')"
            }
          }
        ]
      }
    }
  }
}

Result

category_id parent_id id_path category position status company_id storefront_id seo_name seo_path ab__lc_catalog_image_control ab__fn_category_status ab__fn_label_color ab__fn_label_background ab__fn_use_origin_image ab__fn_label_text ab__fn_label_show age_verification age_limit age_warning_message
43213 0 43213 Coffee Makers 0 A 0 1 coffee-makers none Y #ffffff #333333 N Y N 0
43211 0 43211 Cooktops 0 A 0 1 cooktops none Y #ffffff #333333 N Y N 0
43212 0 43212 Microwaves 0 A 0 1 microwaves none Y #ffffff #333333 N Y N 0
43210 0 43210 Refrigerators 0 A 0 1 refrigerators none Y #ffffff #333333 N Y N 0
43074 0 43074 Beauty 1 A 0 0 beauty-and-fashion top N #ffffff #222222 N N N 0
4740 0 4740 Fashion 1 A 0 0 bekleidung none Y #ffffff #333333 N Y N 0
13267 0 13267 Elektronik & Foto 2 A 0 0 elektronik-and-foto none Y #ffffff #333333 N Y N 0
30113 0 30113 Küche, Haushalt & Wohnen 3 A 0 0 kuche-haushalt-and-wohnen left Y #ffffff #333333 N Y N 0
32195 0 32195 Möbel 3 A 0 0 moebel none Y #ffffff #333333 N Y N 0
1558 0 1558 Baby 4 A 0 0 baby none Y #ffffff #333333 N Y N 0
36966 0 36966 Sport & Freizeit 4 A 0 0 sport-and-freizeit none Y #ffffff #333333 N Y N 0
36191 0 36191 Spielzeug 6 A 0 0 spielzeug none Y #ffffff #333333 N Y N 0
119 0 119 Auto & Motorrad 7 A 0 0 auto-and-motorrad none Y #ffffff #333333 N Y N 0
2191 0 2191 Baumarkt 8 A 0 0 baumarkt none Y #ffffff #333333 N Y N 0
15171 0 15171 Garten 9 A 0 0 garten none Y #ffffff #333333 N Y N 0
14416 0 14416 Games 10 A 0 0 games none Y #ffffff #333333 N Y N 0
15968 0 15968 Gewerbe & Industrie 11 A 0 0 gewerbe-industrie-and-wissenschaft none Y #ffffff #333333 N Y N 0
21225 0 21225 Haustier 12 A 0 0 haustier none Y #ffffff #333333 N Y N 0
19916 0 19916 Handmade 13 A 0 0 handmade-produkte top Y #ffffff #333333 N Y N 0