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.product_count, 
  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.id_path LIKE '2910/2920/3429/%' 
  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.00546

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "121.19"
    },
    "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": 83,
            "rows_produced_per_join": 1,
            "filtered": "2.00",
            "index_condition": "(`webmarco`.`cscart_categories`.`id_path` like '2910/2920/3429/%')",
            "cost_info": {
              "read_cost": "116.88",
              "eval_cost": "0.33",
              "prefix_cost": "117.21",
              "data_read_per_join": "9K"
            },
            "used_columns": [
              "category_id",
              "parent_id",
              "id_path",
              "company_id",
              "usergroup_ids",
              "status",
              "product_count",
              "position",
              "is_trash",
              "storefront_id"
            ],
            "attached_condition": "(((`webmarco`.`cscart_categories`.`usergroup_ids` = '') or find_in_set(0,`webmarco`.`cscart_categories`.`usergroup_ids`) or find_in_set(1,`webmarco`.`cscart_categories`.`usergroup_ids`)) and (`webmarco`.`cscart_categories`.`status` = 'A') and (`webmarco`.`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": [
              "webmarco.cscart_categories.category_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.66",
              "eval_cost": "0.33",
              "prefix_cost": "119.20",
              "data_read_per_join": "6K"
            },
            "used_columns": [
              "category_id",
              "lang_code",
              "category"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_seo_names",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY",
              "dispatch"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "type",
              "dispatch",
              "lang_code"
            ],
            "key_length": "206",
            "ref": [
              "webmarco.cscart_categories.category_id",
              "const",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.66",
              "eval_cost": "0.33",
              "prefix_cost": "121.19",
              "data_read_per_join": "2K"
            },
            "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 product_count seo_name seo_path
3430 3429 2910/2920/3429/3430 Beverage Warmers 0 A 0 0 0 beverage-warmers 2910/2920/3429
3466 3429 2910/2920/3429/3466 Deli Slicers 0 A 0 0 0 deli-slicers 2910/2920/3429
3571 3429 2910/2920/3429/3571 Food Mixers & Blenders 0 A 0 0 0 food-mixers-and-blenders 2910/2920/3429
3510 3429 2910/2920/3429/3510 Food Warmers 0 A 0 0 0 food-warmers 2910/2920/3429
3780 3429 2910/2920/3429/3780 Microwave Ovens 0 A 0 0 1 microwave-ovens 2910/2920/3429
3432 3429 2910/2920/3429/3432 Breadmakers 0 A 0 0 0 breadmakers 2910/2920/3429
3434 3429 2910/2920/3429/3434 Chocolate Tempering Machines 0 A 0 0 8 chocolate-tempering-machines 2910/2920/3429
3437 3429 2910/2920/3429/3437 Coffee Makers & Espresso Machines 0 A 0 0 72 coffee-makers-and-espresso-machines 2910/2920/3429
3458 3429 2910/2920/3429/3458 Cooktops 0 A 0 0 0 cooktops 2910/2920/3429
3464 3429 2910/2920/3429/3464 Cotton Candy Machines 0 A 0 0 0 cotton-candy-machines 2910/2920/3429
3465 3429 2910/2920/3429/3465 Deep Fryers 0 A 0 0 23 deep-fryers 2910/2920/3429
9331 3429 2910/2920/3429/9331 Deli Slicers 0 A 0 0 1 deli-slicers-en 2910/2920/3429
3475 3429 2910/2920/3429/3475 Dishwashers 0 A 0 0 0 dishwashers 2910/2920/3429
3484 3429 2910/2920/3429/3484 Electric Griddles & Grills 0 A 0 0 19 electric-griddles-and-grills 2910/2920/3429
3497 3429 2910/2920/3429/3497 Electric Kettles 0 A 0 0 0 electric-kettles 2910/2920/3429
3499 3429 2910/2920/3429/3499 Electric Skillets & Woks 0 A 0 0 1 electric-skillets-and-woks 2910/2920/3429
3506 3429 2910/2920/3429/3506 Fondue Pots & Sets 0 A 0 0 0 fondue-pots-and-sets 2910/2920/3429
3508 3429 2910/2920/3429/3508 Food Cookers & Steamers 0 A 0 0 18 food-cookers-and-steamers 2910/2920/3429
3544 3429 2910/2920/3429/3544 Food Dehydrators 0 A 0 0 0 food-dehydrators 2910/2920/3429
3554 3429 2910/2920/3429/3554 Food Grinders & Mills 0 A 0 0 21 food-grinders-and-mills 2910/2920/3429
9334 3429 2910/2920/3429/9334 Food Mixers & Blenders 0 A 0 0 38 food-mixers-and-blenders-en 2910/2920/3429
3503 3429 2910/2920/3429/3503 Food Smokers 0 A 0 0 0 food-smokers 2910/2920/3429
9633 3429 2910/2920/3429/9633 Food Warmers 0 A 0 0 1 food-warmers-en 2910/2920/3429
3525 3429 2910/2920/3429/3525 Freezers 0 A 0 0 0 freezers 2910/2920/3429
9333 3437 2910/2920/3429/3437/9333 French Presses 0 A 0 0 9 french-presses-en 2910/2920/3429/3437
3536 3429 2910/2920/3429/3536 Frozen Drink Makers 0 A 0 0 0 frozen-drink-makers 2910/2920/3429
3547 3429 2910/2920/3429/3547 Garbage Disposals 0 A 0 0 0 garbage-disposals 2910/2920/3429
3579 3429 2910/2920/3429/3579 Gas Griddles 0 A 0 0 0 gas-griddles 2910/2920/3429
3543 3429 2910/2920/3429/3543 Hot Drink Makers 0 A 0 0 0 hot-drink-makers 2910/2920/3429
3556 3429 2910/2920/3429/3556 Ice Cream Makers 0 A 0 0 0 ice-cream-makers 2910/2920/3429
3566 3429 2910/2920/3429/3566 Ice Crushers & Shavers 0 A 0 0 0 ice-crushers-and-shavers 2910/2920/3429
3576 3429 2910/2920/3429/3576 Ice Makers 0 A 0 0 0 ice-makers 2910/2920/3429
3582 3429 2910/2920/3429/3582 Juicers 0 A 0 0 1 juicers 2910/2920/3429
3747 3429 2910/2920/3429/3747 Knife Sharpeners 0 A 0 0 0 knife-sharpeners 2910/2920/3429
9629 3429 2910/2920/3429/9629 Microwave Ovens 0 A 0 0 6 microwave-ovens-en 2910/2920/3429
3794 3429 2910/2920/3429/3794 Milk Frothers & Steamers 0 A 0 0 1 milk-frothers-and-steamers 2910/2920/3429
3810 3429 2910/2920/3429/3810 Mochi Makers 0 A 0 0 0 mochi-makers 2910/2920/3429
3842 3429 2910/2920/3429/3842 Outdoor Grills 0 A 0 0 25 outdoor-grills 2910/2920/3429
9626 3429 2910/2920/3429/9626 Ovens 0 A 0 0 34 ovens 2910/2920/3429
3881 3429 2910/2920/3429/3881 Pasta Makers 0 A 0 0 1 pasta-makers 2910/2920/3429
3899 3429 2910/2920/3429/3899 Popcorn Makers 0 A 0 0 0 popcorn-makers 2910/2920/3429
3922 3429 2910/2920/3429/3922 Portable Cooking Stoves 0 A 0 0 0 portable-cooking-stoves 2910/2920/3429
3966 3429 2910/2920/3429/3966 Range Hoods 0 A 0 0 0 range-hoods 2910/2920/3429
4066 3429 2910/2920/3429/4066 Ranges 0 A 0 0 0 ranges 2910/2920/3429
4112 3429 2910/2920/3429/4112 Refrigerators 0 A 0 0 25 refrigerators 2910/2920/3429
4241 3429 2910/2920/3429/4241 Roaster Ovens & Rotisseries 0 A 0 0 2 roaster-ovens-and-rotisseries 2910/2920/3429
4279 3429 2910/2920/3429/4279 Soda Makers 0 A 0 0 0 soda-makers 2910/2920/3429
3519 3510 2910/2920/3429/3510/3519 Chafing Dishes 10 A 0 0 0 chafing-dishes 2910/2920/3429/3510
4908 4707 2910/2920/3429/4707/4908 Countertop & Toaster Ovens 10 A 0 0 0 countertop-and-toaster-ovens 2910/2920/3429/4707
3441 3437 2910/2920/3429/3437/3441 Drip Coffee Makers 10 A 0 0 6 drip-coffee-makers 2910/2920/3429/3437
3516 3508 2910/2920/3429/3508/3516 Egg Cookers 10 A 0 0 0 egg-cookers 2910/2920/3429/3508
4333 3429 2910/2920/3429/4333 Soy Milk Makers 10 A 0 0 0 soy-milk-makers 2910/2920/3429
5193 4707 2910/2920/3429/4707/5193 Donut Makers 20 A 0 0 0 donut-makers 2910/2920/3429/4707
3442 3437 2910/2920/3429/3437/3442 Electric & Stovetop Espresso Pots 20 A 0 0 0 electric-and-stovetop-espresso-pots 2910/2920/3429/3437
3523 3510 2910/2920/3429/3510/3523 Food Heat Lamps 20 A 0 0 0 food-heat-lamps 2910/2920/3429/3510
3518 3508 2910/2920/3429/3508/3518 Food Steamers 20 A 0 0 0 food-steamers 2910/2920/3429/3508
4490 3429 2910/2920/3429/4490 Tea Makers 20 A 0 0 0 tea-makers 2910/2920/3429
3444 3437 2910/2920/3429/3437/3444 Espresso Machines 30 A 0 0 3 espresso-machines 2910/2920/3429/3437
5317 4707 2910/2920/3429/4707/5317 Muffin & Cupcake Makers 30 A 0 0 2 muffin-and-cupcake-makers 2910/2920/3429/4707
3521 3508 2910/2920/3429/3508/3521 Rice Cookers 30 A 0 0 0 rice-cookers 2910/2920/3429/3508
3527 3510 2910/2920/3429/3510/3527 Rice Keepers 30 A 0 0 0 rice-keepers 2910/2920/3429/3510
4707 3429 2910/2920/3429/4707 Toasters & Grills 30 A 0 0 45 toasters-and-grills 2910/2920/3429
3446 3437 2910/2920/3429/3437/3446 French Presses 40 A 0 0 0 french-presses 2910/2920/3429/3437
3531 3510 2910/2920/3429/3510/3531 Steam Tables 40 A 0 0 0 steam-tables 2910/2920/3429/3510
5453 4707 2910/2920/3429/4707/5453 Pizza Makers & Ovens 40 A 0 0 3 pizza-makers-and-ovens 2910/2920/3429/4707
3528 3508 2910/2920/3429/3508/3528 Slow Cookers 40 A 0 0 0 slow-cookers 2910/2920/3429/3508
6535 3429 2910/2920/3429/6535 Trash Compactors 40 A 0 0 0 trash-compactors 2910/2920/3429
3451 3437 2910/2920/3429/3437/3451 Percolators 50 A 0 0 0 percolators 2910/2920/3429/3437
5576 4707 2910/2920/3429/4707/5576 Pizzelle Makers 50 A 0 0 0 pizzelle-makers 2910/2920/3429/4707
3529 3508 2910/2920/3429/3508/3529 Thermal Cookers 50 A 0 0 0 thermal-cookers 2910/2920/3429/3508
6675 3429 2910/2920/3429/6675 Vacuum Sealers 50 A 0 0 3 vacuum-sealers 2910/2920/3429
5691 4707 2910/2920/3429/4707/5691 Pretzel Makers 60 A 0 0 0 pretzel-makers 2910/2920/3429/4707
3455 3437 2910/2920/3429/3437/3455 Vacuum Coffee Makers 60 A 0 0 1 vacuum-coffee-makers 2910/2920/3429/3437
6812 3429 2910/2920/3429/6812 Water Coolers 60 A 0 0 0 water-coolers 2910/2920/3429
3538 3508 2910/2920/3429/3508/3538 Water Ovens 60 A 0 0 0 water-ovens 2910/2920/3429/3508
5785 4707 2910/2920/3429/4707/5785 Sandwich Makers 70 A 0 0 0 sandwich-makers 2910/2920/3429/4707
6900 3429 2910/2920/3429/6900 Water Filters 70 A 0 0 0 water-filters 2910/2920/3429
5939 4707 2910/2920/3429/4707/5939 Toasters 80 A 0 0 5 toasters 2910/2920/3429/4707
7013 3429 2910/2920/3429/7013 Wine Fridges 80 A 0 0 0 wine-fridges 2910/2920/3429
6261 4707 2910/2920/3429/4707/6261 Tortilla & Flatbread Makers 90 A 0 0 2 tortilla-and-flatbread-makers 2910/2920/3429/4707
7167 3429 2910/2920/3429/7167 Yogurt Makers 90 A 0 0 0 yogurt-makers 2910/2920/3429
9021 3429 2910/2920/3429/9021 Hot Plates 100 A 0 0 3 hot-plates-en 2910/2920/3429
6416 4707 2910/2920/3429/4707/6416 Waffle Irons 100 A 0 0 1 waffle-irons 2910/2920/3429/4707