SELECT 
  categories.category_id, 
  categories.parent_id, 
  categories.id_path, 
  category_descriptions.category, 
  categories.position, 
  categories.status, 
  categories.company_id 
FROM 
  categories 
  LEFT JOIN category_descriptions ON categories.category_id = category_descriptions.category_id 
  AND category_descriptions.lang_code = 'en' 
WHERE 
  1 = 1 
  AND (
    categories.usergroup_ids = '' 
    OR FIND_IN_SET(0, categories.usergroup_ids) 
    OR FIND_IN_SET(1, categories.usergroup_ids)
  ) 
  AND categories.status IN ('A') 
  AND categories.level <= 3 
  AND categories.deleted_at IS NULL 
  AND categories.company_id = 9338 
ORDER BY 
  categories.is_trash asc, 
  categories.position asc, 
  category_descriptions.category asc

Query time 0.04007

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1152.18"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "categories",
            "access_type": "ref",
            "possible_keys": [
              "c_status",
              "index_categories_on_deleted_at"
            ],
            "key": "index_categories_on_deleted_at",
            "used_key_parts": [
              "deleted_at"
            ],
            "key_length": "6",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 10182,
            "rows_produced_per_join": 33,
            "filtered": "0.33",
            "index_condition": "(`goimagine`.`categories`.`deleted_at` is null)",
            "cost_info": {
              "read_cost": "120.75",
              "eval_cost": "3.39",
              "prefix_cost": "1138.95",
              "data_read_per_join": "88K"
            },
            "used_columns": [
              "category_id",
              "parent_id",
              "id_path",
              "level",
              "company_id",
              "usergroup_ids",
              "status",
              "position",
              "is_trash",
              "deleted_at"
            ],
            "attached_condition": "((`goimagine`.`categories`.`company_id` = 9338) and ((`goimagine`.`categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`goimagine`.`categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`goimagine`.`categories`.`usergroup_ids`))) and (`goimagine`.`categories`.`status` = 'A') and (`goimagine`.`categories`.`level` <= 3))"
          }
        },
        {
          "table": {
            "table_name": "category_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "goimagine.categories.category_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 33,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.84",
              "eval_cost": "3.39",
              "prefix_cost": "1152.19",
              "data_read_per_join": "154K"
            },
            "used_columns": [
              "category_id",
              "lang_code",
              "category"
            ]
          }
        }
      ]
    }
  }
}

Result

category_id parent_id id_path category position status company_id
21794 21791 21791/21794 20 Oz Tumblers 0 A 9338
21777 21776 21776/21777 28 Dominoes 0 A 9338
21778 21777 21776/21777/21778 28 Dominoes W/Accessories 0 A 9338
21793 21791 21791/21793 30 oz Tumblers 0 A 9338
21792 21791 21791/21792 40 oz Tumblers 0 A 9338
21779 21776 21776/21779 92 Dominoes 0 A 9338
21780 21779 21776/21779/21780 92 Dominoes w/Accessories 0 A 9338
21623 21607 21607/21623 Adult Game Night sets 0 A 9338
23117 23114 23114/23117 Aprons 0 A 9338
21673 0 21673 Barware 0 A 9338
21676 21673 21673/21676 Barware Sets 0 A 9338
21679 21673 21673/21679 Beer Flights 0 A 9338
21680 21673 21673/21680 Beer Glasses/Mugs 0 A 9338
21677 21673 21673/21677 Bottle Openers 0 A 9338
21771 0 21771 Candle Holders 0 A 9338
23114 0 23114 Clothing 0 A 9338
21629 0 21629 Coasters 0 A 9338
21742 21741 21741/21742 Coffin 0 A 9338
21743 21741 21741/21743 Coffin/Dragon 0 A 9338
21772 21771 21771/21772 Crescent Moon 0 A 9338
21622 0 21622 Dice Cups 0 A 9338
21735 21607 21607/21735 Dice Game Sets 0 A 9338
21776 0 21776 Dominoes 0 A 9338
22618 22616 22616/22618 Earrings 0 A 9338
21788 21785 21785/21788 Fantasy/Character 0 A 9338
21786 21785 21785/21786 Flowers 0 A 9338
21607 0 21607 Game Night sets 0 A 9338
21797 21791 21791/21797 Glass Water Bottles 0 A 9338
21761 0 21761 Grinding and Rolling 0 A 9338
22898 0 22898 Honey Pots 0 A 9338
21631 21629 21629/21631 Honeycomb 0 A 9338
21787 21785 21785/21787 Horror/Movies 0 A 9338
23013 23012 23012/23013 Indoor 0 A 9338
22616 0 22616 Jewelry 0 A 9338
21791 0 21791 Keep it Cool Drinkware 0 A 9338
21785 0 21785 Keychains 0 A 9338
22625 21791 21791/22625 Kids cups 0 A 9338
21796 21791 21791/21796 Koozie Duozies 0 A 9338
21744 21741 21741/21744 Large Jewelry Boxes 0 A 9338
21996 21622 21622/21996 Medium 0 A 9338
23008 0 23008 Moon Fairies 0 A 9338
23091 0 23091 Mystical 0 A 9338
21989 21987 21987/21989 Nature 0 A 9338
22617 22616 22616/22617 Necklaces 0 A 9338
21979 21785 21785/21979 Novelty 0 A 9338
21800 0 21800 Other Cool Stuff 0 A 9338
23014 23012 23012/23014 Outdoor 0 A 9338
21798 21791 21791/21798 Plastic Tumblers 0 A 9338
21762 21761 21761/21762 Rolling sets 0 A 9338
21630 21629 21629/21630 Round 0 A 9338
22619 22616 22616/22619 Sets 0 A 9338
21678 21673 21673/21678 Shot Flights 0 A 9338
21675 21673 21673/21675 Shot glasses 0 A 9338
21988 21987 21987/21988 Skulls 0 A 9338
21632 21622 21622/21632 Small 0 A 9338
21672 0 21672 Spoon Rests 0 A 9338
23115 23114 23114/23115 T-shirts 0 A 9338
21773 21771 21771/21773 Taper 0 A 9338
21763 21761 21761/21763 Tobacco Grinder 0 A 9338
21741 0 21741 Trinket Boxes 0 A 9338
21987 0 21987 Trinket dishes 0 A 9338
21674 21673 21673/21674 Wine glasses 0 A 9338
21795 21791 21791/21795 Wine Tumblers 0 A 9338
23012 0 23012 Wood Signs 0 A 9338