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_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 = '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' 
  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.id_path LIKE '58/%' 
  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.00122

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "23.00"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_categories",
            "access_type": "range",
            "possible_keys": [
              "c_status",
              "id_path"
            ],
            "key": "id_path",
            "used_key_parts": [
              "id_path"
            ],
            "key_length": "767",
            "rows_examined_per_scan": 49,
            "rows_produced_per_join": 0,
            "filtered": "2.00",
            "index_condition": "(`dbggbern`.`cscart_categories`.`id_path` like '58/%')",
            "cost_info": {
              "read_cost": "22.21",
              "eval_cost": "0.10",
              "prefix_cost": "22.31",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "category_id",
              "parent_id",
              "id_path",
              "company_id",
              "usergroup_ids",
              "status",
              "position",
              "is_trash",
              "storefront_id"
            ],
            "attached_condition": "(((`dbggbern`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`dbggbern`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`dbggbern`.`cscart_categories`.`usergroup_ids`))) and (`dbggbern`.`cscart_categories`.`status` = 'A') and (`dbggbern`.`cscart_categories`.`storefront_id` in (0,1)))"
          }
        },
        {
          "table": {
            "table_name": "cscart_category_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "dbggbern.cscart_categories.category_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.25",
              "eval_cost": "0.10",
              "prefix_cost": "22.65",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "category_id",
              "lang_code",
              "category"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_seo_names",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "dispatch"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "type",
              "dispatch",
              "lang_code",
              "company_id"
            ],
            "key_length": "210",
            "ref": [
              "dbggbern.cscart_categories.category_id",
              "const",
              "const",
              "const",
              "dbggbern.cscart_categories.company_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.25",
              "eval_cost": "0.10",
              "prefix_cost": "23.00",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "name",
              "object_id",
              "company_id",
              "type",
              "dispatch",
              "path",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

category_id parent_id id_path category position status company_id storefront_id seo_name seo_path
130 58 58/130 Series 10 A 1 1 sets 58
136 58 58/136 Displays 20 A 1 1 displays 58
247 58 58/247 Booster 25 A 1 1 booster 58
517 130 58/130/517 KONOSUBA God's blessing on this wonderful world! 29 A 1 1 konosuba-gods-blessing-on-this-wonderful-world-legend-of-crimson 58/130
137 58 58/137 Einsteiger Produkte 30 A 1 1 einsteiger 58
640 130 58/130/640 Hazukaze 30 A 1 1 hazukaze 58/130
621 130 58/130/621 Magical Girl Lyrical NANOHA 31 A 1 1 magical-girl-lyrical-nanoha 58/130
568 130 58/130/568 Goddess Of Victory: Nikke 32 A 1 1 goddess-of-victory-nikke 58/130
567 130 58/130/567 Fairy Tail 33 A 1 1 fairy-tail 58/130
559 130 58/130/559 Azur Lane Vol.2 34 A 1 1 azur-lane-vol.2 58/130
315 130 58/130/315 Chainsaw Man 35 A 1 1 chainsaw-man 58/130
518 130 58/130/518 Re:Zero- Starting Life in Another World Vol. 3 36 A 1 1 re-zero-starting-life-in-another-world-vol.-3 58/130
216 130 58/130/216 Attack on Titan 38 A 1 1 attack-on-titan 58/130
516 130 58/130/516 Fujimi Fantasia Bunko 39 A 1 1 fujimi-fantasia-bunko-de 58/130
514 130 58/130/514 Disney Pixar Monsters 40 A 1 1 disney-pixar-monsters 58/130
364 58 58/364 Weitere Produkte 40 A 1 1 weitere-produkte 58
145 130 58/130/145 Goblin Slayer 41 A 1 1 goblin-slayer 58/130
508 130 58/130/508 Project SEKAI COLORFUL STAGE! 42 A 1 1 project-sekai-colorful-stage 58/130
507 130 58/130/507 Oshi no Ko 43 A 1 1 oshi-no-ko 58/130
506 130 58/130/506 Disney Mirror Warriors 44 A 1 1 disney-mirror-warriors 58/130
489 130 58/130/489 Captain Tsubasa 45 A 1 1 captain-tsubasa 58/130
487 130 58/130/487 P3 Persona Reload 46 A 1 1 p3-persona-reload 58/130
484 130 58/130/484 JoJo's Bizarre Adventure: Stone Ocean 47 A 1 1 jojos-bizarre-adventure-stone-ocean 58/130
483 130 58/130/483 JoJo's Bizarre Adventure: Stardust Crusaders 48 A 1 1 jojos-bizarre-adventure-stardust-crusaders 58/130
482 130 58/130/482 Rurouni Kenshin: Meiji Kenkaku Romantan 49 A 1 1 rurouni-kenshin-meiji-kenkaku-romantan 58/130
463 130 58/130/463 Marvel 50 A 1 1 marvel 58/130
462 130 58/130/462 Star Wars 51 A 1 1 star-wars 58/130
460 130 58/130/460 Ayakashi Triangle 52 A 1 1 ayakashi-triangle 58/130
455 130 58/130/455 JoJo´s Bizarre Adventure Adventure: Golden Wind 53 A 1 1 jojos-bizarre-adventure-adventure-golden-wind 58/130
434 130 58/130/434 Blue Archive 54 A 1 1 blue-archive 58/130
433 130 58/130/433 Sousou no Frieren 55 A 1 1 sousou-no-frieren 58/130
409 130 58/130/409 MACROSSΔ 56 A 1 1 macrossd 58/130
403 130 58/130/403 Shakugan no Shana 57 A 1 1 shakugan-no-shana 58/130
365 130 58/130/365 Guilty Gear 58 A 1 1 guilty-gear 58/130
265 130 58/130/265 Azure Lane 59 A 1 1 azure-lane 58/130
359 130 58/130/359 Bocchi the Rock! 60 A 1 1 bocchi-the-rock 58/130
357 130 58/130/357 Dengeki Bunko 61 A 1 1 dengeki-bunko 58/130
353 130 58/130/353 Disney 100 Years of Wonder 62 A 1 1 disney-100-years-of-wonder 58/130
316 130 58/130/316 Uma Musume - Pretty Derby 63 A 1 1 uma-musume-pretty-derby 58/130
350 130 58/130/350 Revue Starlight The Movie 64 A 1 1 revue-starlight-the-movie 58/130
318 130 58/130/318 Idolm@sters 65 A 1 1 idolmsters 58/130
324 130 58/130/324 Spy x Family 66 A 1 1 spy-x-family 58/130
317 130 58/130/317 Lycoris Recoil 67 A 1 1 lycoris-recoil 58/130
309 130 58/130/309 Heaven Burns Red 68 A 1 1 heaven-burns-red 58/130
308 130 58/130/308 Arifureta: World's Strongest 69 A 1 1 arifureta-worlds-strongest 58/130
293 130 58/130/293 The Quintessential Quintruplets 70 A 1 1 the-quintessential-quintruplets 58/130
290 130 58/130/290 The Fruit of Grisaia 71 A 1 1 the-fruit-of-grisaia 58/130
273 130 58/130/273 Madoka Magica 72 A 1 1 madoka-magica 58/130
272 130 58/130/272 Kami-Sama Ni Natta Hi 73 A 1 1 kami-sama-ni-natta-hi 58/130
270 130 58/130/270 Kill La Kill 74 A 1 1 kill-la-kill 58/130
269 130 58/130/269 Log Horizon 75 A 1 1 log-horizon-de 58/130
266 130 58/130/266 Key all-star 76 A 1 1 key-all-star 58/130
252 130 58/130/252 Crayon Shin-chan 77 A 1 1 crayon-shin-chan 58/130
248 130 58/130/248 Seven Deadly Sins 78 A 1 1 seven-deadly-sins 58/130
238 130 58/130/238 Rascal Does Not Dream of Bunny Girl Senpai 79 A 1 1 rascal-does-not-dream-of-bunny-girl-senpai 58/130
237 130 58/130/237 Saekano: How to Raise a Boring Girlfriend 80 A 1 1 saekano-how-to-raise-a-boring-girlfriend 58/130
243 130 58/130/243 Fujimi Fantasia Bunko 81 A 1 1 fujimi-fantasia-bunko 58/130
244 130 58/130/244 Kadokawa Sneaker Bunko 82 A 1 1 kadokawa-sneaker-bunko 58/130
224 130 58/130/224 Is it wrong to pick up girls in a dungeon? 83 A 1 1 is-it-wrong-to-pick-up-girls-in-a-dungeon 58/130
197 130 58/130/197 D_CIDE TRAUMEREI 84 A 1 1 dcide-traumerei 58/130
198 130 58/130/198 Love Live! Nijigasaki Gakuen School Idol Doukoukai 85 A 1 1 love-live-nijigasaki-gakuen-school-idol-doukoukai 58/130
199 130 58/130/199 Kobayashi-san Chi no Maid Dragon 86 A 1 1 kobayashi-san-chi-no-maid-dragon 58/130
200 130 58/130/200 Shoujo Kageki Revue Starlight 87 A 1 1 shoujo-kageki-revue-starlight 58/130
192 130 58/130/192 Fate/Grand Order 88 A 1 1 fate-grand-order 58/130
155 130 58/130/155 Mushoku Tensei: Jobless Reincarnation 89 A 1 1 mushoku-tensei-jobless-reincarnation 58/130
157 130 58/130/157 Hololive Production 90 A 1 1 hololive-production 58/130
144 130 58/130/144 That Time I Got Reincarnated as a Slime 91 A 1 1 that-time-i-got-reincarnated-as-a-slime 58/130
134 130 58/130/134 Fate Series 92 A 1 1 fate-series 58/130
131 130 58/130/131 Kaguya-sama: Love is War 93 A 1 1 kaguya-sama-love-is-war 58/130
133 130 58/130/133 Date a Live 94 A 1 1 date-a-live 58/130
146 130 58/130/146 Bang Dream 95 A 1 1 bang-dream 58/130
147 130 58/130/147 Rent-A-Girlfriend 96 A 1 1 rent-a-girlfriend 58/130
148 130 58/130/148 Overlord 97 A 1 1 overlord 58/130
149 130 58/130/149 Sword Art Online 98 A 1 1 sword-art-online 58/130
250 130 58/130/250 Love Live! 99 A 1 1 love-live 58/130
655 130 58/130/655 Dandadan 109 A 1 1 dandadan 58/130