SELECT 
  netting_categories.category_id, 
  netting_categories.parent_id, 
  netting_categories.id_path, 
  netting_category_descriptions.category, 
  netting_categories.position, 
  netting_categories.status, 
  netting_categories.company_id, 
  netting_categories.storefront_id, 
  netting_seo_names.name as seo_name, 
  netting_seo_names.path as seo_path, 
  netting_categories.ab__lc_catalog_image_control, 
  netting_categories.age_verification, 
  netting_categories.age_limit, 
  netting_category_descriptions.age_warning_message 
FROM 
  netting_categories 
  LEFT JOIN netting_category_descriptions ON netting_categories.category_id = netting_category_descriptions.category_id 
  AND netting_category_descriptions.lang_code = 'en' 
  LEFT JOIN netting_seo_names ON netting_seo_names.object_id = netting_categories.category_id 
  AND netting_seo_names.type = 'c' 
  AND netting_seo_names.dispatch = '' 
  AND netting_seo_names.lang_code = 'en' 
WHERE 
  1 = 1 
  AND (
    netting_categories.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, netting_categories.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, netting_categories.usergroup_ids
    )
  ) 
  AND netting_categories.status IN ('A') 
  AND netting_categories.category_id != 264 
  AND netting_categories.parent_id != 264 
  AND netting_categories.storefront_id IN (0, 1) 
ORDER BY 
  netting_categories.is_trash asc, 
  netting_categories.position asc, 
  netting_category_descriptions.category asc

Query time 0.00363

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "netting_categories.is_trash, netting_categories.position, netting_category_descriptions.category",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "netting_categories",
              "access_type": "ALL",
              "possible_keys": ["PRIMARY", "c_status", "parent", "p_category_id"],
              "rows": 180,
              "filtered": 100,
              "attached_condition": "(netting_categories.usergroup_ids = '' or find_in_set(0,netting_categories.usergroup_ids) or find_in_set(1,netting_categories.usergroup_ids)) and netting_categories.`status` = 'A' and netting_categories.category_id <> 264 and netting_categories.parent_id <> 264 and netting_categories.storefront_id in (0,1)"
            }
          },
          {
            "table": {
              "table_name": "netting_category_descriptions",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["category_id", "lang_code"],
              "ref": ["pucuda_cscart.netting_categories.category_id", "const"],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(netting_category_descriptions.lang_code = 'en')"
            }
          },
          {
            "table": {
              "table_name": "netting_seo_names",
              "access_type": "ref",
              "possible_keys": ["PRIMARY", "dispatch"],
              "key": "PRIMARY",
              "key_length": "206",
              "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
              "ref": [
                "pucuda_cscart.netting_categories.category_id",
                "const",
                "const",
                "const"
              ],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(netting_seo_names.`type` = 'c' and netting_seo_names.dispatch = '' and netting_seo_names.lang_code = 'en')"
            }
          }
        ]
      }
    }
  }
}

Result

category_id parent_id id_path category position status company_id storefront_id seo_name seo_path ab__lc_catalog_image_control age_verification age_limit age_warning_message
297 0 297 Agricultural & Pest Control 0 A 0 0 agricultural-and-pest-control top N 0
366 0 366 Amusement Parks 0 A 0 0 amusement-parks top N 0
401 0 401 Anchoring and Docking 0 A 0 0 anchoring-and-docking-en top N 0
382 0 382 Books & Resources 0 A 0 0 books-and-resources top N 0
276 0 276 Bulk Netting and Mesh 0 A 0 0 bulk-netting-and-mesh top N 0
290 0 290 Cargo Nets 0 A 0 0 cargo-nets top N 0
335 0 335 Chain 0 A 0 0 chain top N 0
361 0 361 Challenge Course Elements 0 A 0 0 challenge-course-elements top N 0
392 0 392 Debris Nets 0 A 0 0 debris-nets top N 0
434 0 434 Edge Reinforcements 0 A 0 0 edge-reinforcements top N 0
419 0 419 Fasteners 0 A 0 0 fasteners top N 0
369 0 369 Fishing 0 A 0 0 fishing top N 0
416 0 416 Hardware & Rigging 0 A 0 0 hardware-and-rigging top N 0
378 0 378 Home DIY 0 A 0 0 home-diy top N 0
274 0 274 Installation Tools and Services 0 A 0 0 netting-installation top N 0
451 0 451 Installment payment 0 A 0 0 installment-payment top N 0
331 0 331 Ladders 0 A 0 0 ladders top N 0
347 0 347 Lifting Slings 0 A 0 0 lifting-slings top N 0
444 0 444 Machinery 0 A 0 0 machinery top N 0
373 0 373 Military 0 A 0 0 military top N 0
376 0 376 Mining 0 A 0 0 mining top N 0
304 0 304 Other Netting 0 A 0 0 other-netting top N 0
275 0 275 Rentals 0 A 0 0 rentals top N 0
310 0 310 Rope 0 A 0 0 rope top N 0
447 0 447 SaaS Products 0 A 0 0 saas-products top N 0
383 0 383 Safety & Access 0 A 0 0 safety-and-access top N 0
265 0 265 Safety Netting 0 A 0 0 safety-netting top N 0
282 0 282 Sports Netting 0 A 0 0 sports-netting top N 0
381 0 381 Straps & Attachments 0 A 0 0 straps-and-attachments top N 0
400 0 400 Tapes 0 A 0 0 tapes top N 0
384 0 384 Textiles 0 A 0 0 textiles top N 0
334 0 334 Tie Downs 0 A 0 0 tie-downs top N 0
441 0 441 Tools 0 A 0 0 tools top N 0
333 0 333 Towing 0 A 0 0 towing top N 0
348 347 347/348 Wire Rope Lifting Slings 0 A 0 0 wire-rope-lifting-slings 347 none N 0
368 367 366/367/368 Barrier Netting 10 A 0 0 barrier-netting 366/367 none N 0
420 419 419/420 Cable Clamps 10 A 0 0 cable-clamps 419 none N 0
364 362 361/362/364 Cargo Nets 10 A 0 0 cargo-nets 361/362 none N 0
354 347 347/354 Chain Lifting Slings 10 A 0 0 chain-lifting-slings 347 none N 0
362 361 361/362 Climbing Nets 10 A 0 0 climbing-nets 361 none N 0
438 437 274/427/437/438 Concrete Contractors 10 A 0 0 concrete-contractors 274/427/437 none N 0
277 276 276/277 Concrete Curing Blankets 10 A 0 0 concrete-curing-blankets 276 none N 0
266 265 265/266 Construction 10 A 0 0 construction 265 none N 0
437 427 274/427/437 Contractors 10 A 0 0 contractors 274/427 none N 0
291 290 290/291 Custom Cargo Nets 10 A 0 0 custom-cargo-nets 290 none N 0
457 401 401/457 Docklines 10 A 0 0 docklines 401 none N 0
305 304 304/305 Fishing Nets 10 A 0 0 fishing-nets 304 none N 0
337 336 335/336/337 Grade 60 Stainless Steel Lifting Chain 10 A 0 0 grade-60-stainless-steel-lifting-chain 335/336 none N 0
435 434 434/435 Grommets 10 A 0 0 grommets 434 none N 0
443 442 441/442/443 Hand Drive Mallets 10 A 0 0 hand-drive-mallets 441/442 none N 0
442 441 441/442 Hand Drive Tools 10 A 0 0 hand-drive-tools 441 none N 0
267 266 265/266/267 High-Rise Safety Nets 10 A 0 0 high-rise-safety-nets 265/266 none N 0
283 282 282/283 Hockey Nets 10 A 0 0 hockey-nets 282 none N 0
452 275 275/452 Horizontal Perimeter Netting System 10 A 0 0 horizontal-perimeter-netting-system 275 none N 0
356 355 347/355/356 Hydrant Slings 10 A 0 0 hydrant-slings 347/355 none N 0
427 274 274/427 Installation Services 10 A 0 0 installation-services 274 none N 0
385 384 384/385 Mesh/Netting 10 A 0 0 mesh-netting 384 none N 0
389 386 384/386/389 Nylon 10 A 0 0 nylon 384/386 none N 0
336 335 335/336 Overhead Lifting Chain 10 A 0 0 overhead-lifting-chain 335 none N 0
374 373 373/374 Rope 10 A 0 0 rope 373 none N 0
377 376 376/377 Rope 10 A 0 0 rope 376 none N 0
298 297 297/298 Shade Cloth 10 A 0 0 shade-cloth 297 none N 0
445 444 444/445 Sheet Metal and Grommet Washer Tooling 10 A 0 0 sheet-metal-and-grommet-washer-tooling 444 none N 0
446 315 310/315/446 Shrinking Glow Rope 10 A 0 0 shrinking-glow-rope 310/315 none N 0
449 448 447/448/449 Spanish Training for Construction Workers 10 A 0 0 spanish-training-for-construction-workers 447/448 none N 0
417 416 416/417 Tensioning Hardware 10 A 0 0 tensioning-hardware 416 none N 0
379 378 378/379 Treehouse 10 A 0 0 treehouse 378 none N 0
418 417 416/417/418 Turnbuckles 10 A 0 0 turnbuckles 416/417 none N 0
370 369 369/370 Twine 10 A 0 0 twine 369 none N 0
367 366 366/367 Water Parks 10 A 0 0 water-parks 366 none N 0
349 348 347/348/349 Wire Rope Bridle Slings 10 A 0 0 wire-rope-bridle-slings 347/348 none N 0
455 382 382/455 Woodworking Books 10 A 0 0 woodworking-books 382 none N 0
363 361 361/363 Climbing Holds 20 A 0 0 climbing-holds 361 none N 0
284 282 282/284 Cricket Nets 20 A 0 0 cricket-nets 282 none N 0
312 310 310/312 Double Strand Ropes 20 A 0 0 double-strand-ropes 310 none N 0
278 276 276/278 Erosion Control Blankets 20 A 0 0 erosion-control-blankets 276 none N 0
439 437 274/427/437/439 General Contractors 20 A 0 0 general-contractors 274/427/437 none N 0
338 336 335/336/338 Grade 63 Steel Lifting Chain 20 A 0 0 grade-63-steel-lifting-chain 335/336 none N 0
299 297 297/299 Insect Netting 20 A 0 0 insect-netting 297 none N 0
428 274 274/428 Ladders & Lifting Equipment 20 A 0 0 ladders-and-lifting-equipment 274 none N 0
380 378 378/380 Loft 20 A 0 0 loft 378 none N 0
306 304 304/306 Marine Netting 20 A 0 0 marine-netting 304 none N 0
292 290 290/292 Motorcycle Luggage Nets 20 A 0 0 motorcycle-luggage-nets 290 none N 0
440 427 274/427/440 Netting Installers 20 A 0 0 netting-installers 274/427 none N 0
390 386 384/386/390 Polyester 20 A 0 0 polyester 384/386 none N 0
453 366 366/453 Roller Coasters 20 A 0 0 roller-coasters 366 none N 0
371 369 369/371 Rope 20 A 0 0 rope 369 none N 0
365 362 361/362/365 Ship Mast Nets 20 A 0 0 ship-mast-nets 361/362 none N 0
386 384 384/386 Solid Knits 20 A 0 0 solid-knits 384 none N 0
350 348 347/348/350 Stage Slings 20 A 0 0 stage-slings 347/348 none N 0
357 355 347/355/357 Steelflex Roundslings 20 A 0 0 steelflex-roundslings 347/355 none N 0
355 347 347/355 Synthetic Lifting Slings 20 A 0 0 synthetic-lifting-slings 347 none N 0
375 373 373/375 Textiles 20 A 0 0 textiles 373 none N 0
342 335 335/342 Transport Chain 20 A 0 0 transport-chain 335 none N 0
268 266 265/266/268 Vertical Perimeter Nets 20 A 0 0 vertical-perimeter-nets 265/266 none N 0
436 434 434/436 Webbing 20 A 0 0 webbing 434 none N 0
421 419 419/421 Zip ties 20 A 0 0 zip-ties 419 none N 0
387 384 384/387 3D Spacers 30 A 0 0 3d-spacers 384 none N 0
429 274 274/429 Air Compressors 30 A 0 0 air-compressors 274 none N 0
358 355 347/355/358 Eye & Eye Roundslings 30 A 0 0 eye-and-eye-roundslings 347/355 none N 0
422 419 419/422 Eye Bolts 30 A 0 0 eye-bolts 419 none N 0
285 282 282/285 Golf Range Netting 30 A 0 0 golf-range-netting 282 none N 0
339 336 335/336/339 Grade 120 Lifting Chain 30 A 0 0 grade-120-lifting-chain 335/336 none N 0
269 266 265/266/269 Horizontal Perimeter Nets 30 A 0 0 horizontal-perimeter-nets 265/266 none N 0
293 290 290/293 Motorcycle Cargo Nets 30 A 0 0 motorcycle-cargo-nets 290 none N 0
372 369 369/372 Nets 30 A 0 0 nets 369 none N 0
279 276 276/279 Perimeter Netting 30 A 0 0 perimeter-netting 276 none N 0
300 297 297/300 Pond Netting 30 A 0 0 pond-netting 297 none N 0
343 335 335/343 Security Chain 30 A 0 0 security-chain 335 none N 0
351 348 347/348/351 Sliding Choker Wire Rope Slings 30 A 0 0 sliding-choker-wire-rope-slings 347/348 none N 0
307 304 304/307 Trampoline Netting 30 A 0 0 trampoline-netting 304 none N 0
314 310 310/314 12 Strand Ropes 40 A 0 0 12-strand-ropes 310 none N 0
294 290 290/294 Container Cargo Nets 40 A 0 0 container-cargo-nets 290 none N 0
430 274 274/430 Crimping Tools 40 A 0 0 crimping-tools 274 none N 0
359 355 347/355/359 Endless Roundslings 40 A 0 0 endless-roundslings 347/355 none N 0
340 336 335/336/340 Grade 100 Alloy Lifting Chain 40 A 0 0 grade-100-alloy-lifting-chain 335/336 none N 0
301 297 297/301 Greenhouse Netting 40 A 0 0 greenhouse-netting 297 none N 0
344 335 335/344 Marine Chain 40 A 0 0 marine-chain 335 none N 0
308 304 304/308 Pool Safety Netting 40 A 0 0 pool-safety-netting 304 none N 0
270 266 265/266/270 Scaffolding Nets 40 A 0 0 scaffolding-nets 265/266 none N 0
280 276 276/280 Scaffolding Netting 40 A 0 0 scaffolding-netting 276 none N 0
388 384 384/388 Stretch Fabrics 40 A 0 0 stretch-fabrics 384 none N 0
352 348 347/348/352 Thimbled Eye Wire Rope Slings 40 A 0 0 thimbled-eye-wire-rope-slings 347/348 none N 0
286 282 282/286 Volleyball Nets 40 A 0 0 volleyball-nets 282 none N 0
423 419 419/423 Webbing Loops 40 A 0 0 webbing-loops 419 none N 0
271 266 265/266/271 Debris Nets 50 A 0 0 debris-nets 265/266 none N 0
281 276 276/281 Debris Netting 50 A 0 0 debris-netting 276 none N 0
309 304 304/309 Decorative Netting 50 A 0 0 decorative-netting 304 none N 0
360 355 347/355/360 Endless Web Slings 50 A 0 0 endless-web-slings 347/355 none N 0
302 297 297/302 Fruit Tree Netting 50 A 0 0 fruit-tree-netting 297 none N 0
341 336 335/336/341 Grade 80 Alloy Lifting Chain 50 A 0 0 grade-80-alloy-lifting-chain 335/336 none N 0
424 419 419/424 Shackles 50 A 0 0 shackles 419 none N 0
315 310 310/315 Specialty Ropes 50 A 0 0 specialty-ropes 310 none N 0
353 348 347/348/353 Standard Eye Wire Rope Slings 50 A 0 0 standard-eye-wire-rope-slings 347/348 none N 0
431 274 274/431 Staple Guns 50 A 0 0 staple-guns 274 none N 0
287 282 282/287 Tennis Nets 50 A 0 0 tennis-nets 282 none N 0
295 290 290/295 Trailer Cargo Nets 50 A 0 0 trailer-cargo-nets 290 none N 0
345 335 335/345 Winch Line Tail Chains 50 A 0 0 winch-line-tail-chains 335 none N 0
303 297 297/303 Bird Control Netting 60 A 0 0 bird-control-netting 297 none N 0
432 274 274/432 Cable Cutters 60 A 0 0 cable-cutters 274 none N 0
272 266 265/266/272 Fall Protection Nets 60 A 0 0 fall-protection-nets 265/266 none N 0
425 419 419/425 Snap Hooks 60 A 0 0 snap-hooks 419 none N 0
288 282 282/288 Soccer Nets 60 A 0 0 soccer-nets 282 none N 0
316 310 310/316 Solid Braids 60 A 0 0 solid-braids 310 none N 0
346 335 335/346 Theatrical Chains 60 A 0 0 theatrical-chains 335 none N 0
296 290 290/296 Truck Cargo Nets 60 A 0 0 truck-cargo-nets 290 none N 0
433 274 274/433 Aircraft Cable 70 A 0 0 aircraft-cable 274 none N 0
289 282 282/289 Baseball and Softball Nets 70 A 0 0 baseball-and-softball-nets 282 none N 0
317 310 310/317 Twines & Cordage 70 A 0 0 twines-and-cordage 310 none N 0
318 310 310/318 Climbing Ropes 80 A 0 0 climbing-ropes 310 none N 0
319 310 310/319 Rigging Ropes 90 A 0 0 rigging-ropes 310 none N 0
394 310 310/394 3 Strand Ropes 100 A 0 0 3-strand-ropes-en 310 none N 0
399 310 310/399 8 Strand Ropes 100 A 0 0 8-strand-ropes-en 310 none N 0
466 0 466 Bulk Rope 100 A 0 0 bulk-rope none N 0
464 331 331/464 Rope Ladders 100 A 0 0 rope-ladders 331 none N 0
320 310 310/320 Safety Ropes 100 A 0 0 safety-ropes 310 none N 0
465 331 331/465 Industrial Ladders 110 A 0 0 industrial-ladders 331 none N 0
273 266 265/266/273 Privacy Screens 110 A 0 0 privacy-screens 265/266 none N 0
321 310 310/321 Rope Slings 110 A 0 0 rope-slings 310 none N 0
322 310 310/322 Dynamic Ropes 120 A 0 0 dynamic-ropes 310 none N 0
323 310 310/323 Pulling Ropes 130 A 0 0 pulling-ropes 310 none N 0
324 310 310/324 Rope Recovery Slings 140 A 0 0 rope-recovery-slings 310 none N 0
325 310 310/325 Rope Winch Lines 150 A 0 0 rope-winch-lines 310 none N 0
326 310 310/326 Rope Tools and Accessories 160 A 0 0 rope-tools-and-accessories 310 none N 0
327 310 310/327 Rope Storage 170 A 0 0 rope-storage 310 none N 0
328 310 310/328 General Purpose 180 A 0 0 general-purpose 310 none N 0
329 310 310/329 Shock Cord & Rubber Rope 190 A 0 0 shock-cord-and-rubber-rope 310 none N 0
330 310 310/330 Tapes 200 A 0 0 tapes 310 none N 0
426 419 419/426 Carabiners 390 A 0 0 carabiners 419 none N 0
450 448 447/448/450 ENGLISH TRAINING FOR CONSTRUCTION WORKERS 430 A 0 0 english-training-for-construction-workers 447/448 none N 0
448 447 447/448 Lingua Linkup 430 A 0 0 lingua-linkup 447 left N 0
462 282 282/462 Pickle Ball Nets 440 A 0 0 pickle-ball-nets 282 none N 0
454 366 366/454 Rope walkways 440 A 0 0 rope-walkways 366 none N 0
458 401 401/458 Anchor Rodes 450 A 0 0 anchor-rodes 401 none N 0
456 382 382/456 DIY Books 450 A 0 0 diy-books 382 none N 0
461 331 331/461 Embarkation Ladders 450 A 0 0 embarkation-ladders 331 none N 0
459 392 392/459 Scaffold Debris Netting 450 A 0 0 scaffold-debris-netting 392 none N 0
460 392 392/460 Debris Net Combos 460 A 0 0 debris-net-combos 392 none N 0