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 = 'ja' 
  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.category_id != 264 
  AND cscart_categories.parent_id != 264 
  AND cscart_categories.storefront_id IN (0, 1) 
  AND cscart_categories.category_id IN(
    167, 165, 166, 168, 169, 170, 171, 172, 
    177, 178, 179, 181, 182, 174, 193, 196, 
    197, 198, 199, 200, 201, 203, 204, 208, 
    209, 210, 211, 212, 213, 214, 215, 217, 
    218, 219, 220, 221, 222, 223, 224, 225, 
    227, 228, 229, 230, 231, 232, 241, 242, 
    243, 244, 269, 270, 271, 287, 288, 289, 
    304, 305, 450, 454, 455, 456, 457, 458, 
    459, 460, 461, 475, 478, 479, 481, 498, 
    500, 501, 527, 528, 529, 530, 535, 536, 
    537
  ) 
ORDER BY 
  cscart_categories.is_trash asc, 
  cscart_categories.position asc, 
  cscart_category_descriptions.category asc

Query time 0.00129

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.24638441,
    "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": "ALL",
              "possible_keys": ["PRIMARY", "c_status", "parent", "p_category_id"],
              "loops": 1,
              "rows": 99,
              "cost": 0.0269918,
              "filtered": 81.8181839,
              "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 <> 264 and cscart_categories.parent_id <> 264 and cscart_categories.storefront_id in (0,1) and cscart_categories.category_id in (167,165,166,168,169,170,171,172,177,178,179,181,182,174,193,196,197,198,199,200,201,203,204,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,224,225,227,228,229,230,231,232,241,242,243,244,269,270,271,287,288,289,304,305,450,454,455,456,457,458,459,460,461,475,478,479,481,498,500,501,527,528,529,530,535,536,537)"
            }
          },
          {
            "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": ["u985510652_ecartify.cscart_categories.category_id", "const"],
              "loops": 81,
              "rows": 1,
              "cost": 0.07490724,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_category_descriptions.lang_code = 'ja')"
            }
          },
          {
            "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": [
                "u985510652_ecartify.cscart_categories.category_id",
                "const",
                "const",
                "const"
              ],
              "loops": 81,
              "rows": 1,
              "cost": 0.14448537,
              "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
501 0 501 Beauty & Health 0 A 0 0 beauty-and-health
289 288 287/288/289 DRESSES 0 A 0 0 dresses 287/288
500 203 203/500 Fitness 0 A 0 0 fitness 203
478 166 166/478 I Phones 0 A 0 0 phones-en 166
304 287 287/304 Men 0 A 0 0 men 287
498 219 219/498 Non-Fiction 0 A 0 0 non-fiction 219
530 0 530 Sagar 0 A 0 0 sagar
305 304 287/304/305 T-Shirts 0 A 0 0 t-shirts 287/304
535 0 535 Test11 0 A 0 0 test11
536 535 535/536 Test22 0 A 0 0 test22 535
537 536 535/536/537 Test33 0 A 0 0 test33 535/536
288 287 287/288 Women 0 A 0 0 women 287
454 0 454 Beauty and Personal Care 1 A 0 0 beauty-and-personal-care
457 456 454/455/456/457 Eye Concealer 1 A 0 0 eye-concealer 454/455/456
456 455 454/455/456 Eyes 1 A 0 0 eyes 454/455
455 454 454/455 Make-up 1 A 0 0 make-up 454
459 456 454/455/456/459 Kajal & Kohls 2 A 0 0 kajal-and-kohls 454/455/456
460 0 460 Toys & Games 2 A 0 0 toys-and-games
269 0 269 Arts & Crafts 3 A 0 0 arts-and-crafts
458 456 454/455/456/458 Eyeshadow 3 A 0 0 eyeshadow 454/455/456
287 0 287 Fashion 4 A 0 0 fashion
166 0 166 Best Electronics 5 A 0 0 best-electronics-tech
223 0 223 Apparel 6 A 0 0 apparel
461 460 460/461 Action & Toy Figures 10 A 0 0 action-and-toy-figures 460
271 270 269/270/271 Beading & Jewelry Making 10 A 0 0 beading-and-jewelry-making 269/270
204 203 203/204 Bikes 10 A 0 0 bikes 203
242 241 241/242 Blu-ray Discs 10 A 0 0 blu-ray-discs 241
229 228 228/229 Blues 10 A 0 0 blues 228
222 219 219/222 Business & Investing 10 A 0 0 business-and-investing 219
450 289 287/288/289/450 CASUAL 10 A 0 0 casual 287/288/289
210 204 203/204/210 Comfort & Cruisers 10 A 0 0 comfort-and-cruisers 203/204
168 167 167/168 Desktops 10 A 0 0 desktops 167
198 196 166/196/198 Digital Cameras 10 A 0 0 digital-cameras 166/196
212 211 203/211/212 Golf Clubs 10 A 0 0 golf-clubs 203/211
178 177 166/177/178 iPods 10 A 0 0 ipods 166/177
224 223 223/224 Men's Clothing 10 A 0 0 mens-clothing 223
270 269 269/270 Painting, Drawing & Art Supplies 10 A 0 0 painting-drawing-and-art-supplies 269
182 177 166/177/182 Android 20 A 0 0 android 166/177
230 228 228/230 Classical 20 A 0 0 classical 228
220 219 219/220 Computing & Internet 20 A 0 0 computing-and-internet 219
197 196 166/196/197 DSLR Cameras 20 A 0 0 dslr-cameras 166/196
211 203 203/211 Golf 20 A 0 0 golf 203
213 211 203/211/213 Golf Balls 20 A 0 0 golf-balls 203/211
169 167 167/169 Laptops 20 A 0 0 laptops 167
243 241 241/243 Movies (DVD) 20 A 0 0 movies-dvd 241
475 460 460/475 Puzzles 20 A 0 0 puzzles-en 460
209 204 203/204/209 Road Bikes 20 A 0 0 road-bikes 203/204
217 215 203/215/217 Sleeping Bags 20 A 0 0 sleeping-bags 203/215
225 223 223/225 Women's Clothing 20 A 0 0 womens-clothing 223
193 174 166/174/193 3D TVs 30 A 0 0 3d-tvs 166/174
199 196 166/196/199 Camcorders 30 A 0 0 camcorders 166/196
215 203 203/215 Camping 30 A 0 0 camping 203
221 219 219/221 Education 30 A 0 0 education 219
214 211 203/211/214 Golf Bags & Carts 30 A 0 0 golf-bags-and-carts 203/211
231 228 228/231 Jazz 30 A 0 0 jazz 228
208 204 203/204/208 Mountain Bikes 30 A 0 0 mountain-bikes 203/204
179 177 166/177/179 MP3 Players 30 A 0 0 mp3-players 166/177
218 215 203/215/218 Tents 30 A 0 0 tents 203/215
174 166 166/174 TV & Video 30 A 0 0 tv-and-video 166
244 241 241/244 TV Shows (DVD) 30 A 0 0 tv-shows-dvd 241
200 196 166/196/200 Lenses 40 A 0 0 lenses 166/196
232 228 228/232 Rock 40 A 0 0 rock 228
227 223 223/227 Watches & Jewelry 40 A 0 0 watches-and-jewelry 223
181 177 166/177/181 Headphones 50 A 0 0 headphones 166/177
177 166 166/177 MP3 Players 50 A 0 0 mp3-players 166
196 166 166/196 Cameras & Photo 60 A 0 0 cameras-and-photo 166
479 166 166/479 Helmet 80 A 0 0 helmet 166
165 167 167/165 Tablets 100 A 0 0 tablets 167
170 167 167/170 Monitors 110 A 0 0 monitors 167
171 167 167/171 Networking 120 A 0 0 networking 167
172 167 167/172 Printers & Scanners 130 A 0 0 printers-and-scanners 167
201 167 167/201 Processors 140 A 0 0 processors 167
481 0 481 Washing Machine 140 A 0 0 washing-machine
527 0 527 Guitars 220 A 0 0 guitars
528 0 528 Yoga 230 A 0 0 yoga
529 0 529 Indoor Lighting 240 A 0 0 indoor-lighting