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 = '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.parent_id IN (3540) 
  AND cscart_categories.id_path LIKE '3532/3540/%' 
  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.00154

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "18.12"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_categories",
            "access_type": "ref",
            "possible_keys": [
              "c_status",
              "parent",
              "id_path"
            ],
            "key": "parent",
            "used_key_parts": [
              "parent_id"
            ],
            "key_length": "3",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 15,
            "rows_produced_per_join": 0,
            "filtered": "0.33",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "0.01",
              "prefix_cost": "18.00",
              "data_read_per_join": "303"
            },
            "used_columns": [
              "category_id",
              "parent_id",
              "id_path",
              "company_id",
              "usergroup_ids",
              "status",
              "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`.`id_path` like '3532/3540/%') 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": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.05",
              "eval_cost": "0.01",
              "prefix_cost": "18.06",
              "data_read_per_join": "208"
            },
            "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": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.05",
              "eval_cost": "0.01",
              "prefix_cost": "18.12",
              "data_read_per_join": "86"
            },
            "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
3557 3540 3532/3540/3557 Alcoholic Beverages 10 A 0 0 alcoholic-beverages 3532/3540
3674 3540 3532/3540/3674 Buttermilk 20 A 0 0 buttermilk 3532/3540
3676 3540 3532/3540/3676 Coffee 30 A 0 0 coffee 3532/3540
3679 3540 3532/3540/3679 Eggnog 40 A 0 0 eggnog 3532/3540
3684 3540 3532/3540/3684 Fruit Flavored Drinks 50 A 0 0 fruit-flavored-drinks 3532/3540
3686 3540 3532/3540/3686 Hot Chocolate 60 A 0 0 hot-chocolate 3532/3540
3690 3540 3532/3540/3690 Juice 70 A 0 0 juice 3532/3540
3694 3540 3532/3540/3694 Milk 80 A 0 0 milk 3532/3540
3699 3540 3532/3540/3699 Non-Dairy Milk 90 A 0 0 non-dairy-milk 3532/3540
3704 3540 3532/3540/3704 Powdered Beverage Mixes 100 A 0 0 powdered-beverage-mixes 3532/3540
3713 3540 3532/3540/3713 Soda 110 A 0 0 soda 3532/3540
3720 3540 3532/3540/3720 Sports & Energy Drinks 120 A 0 0 sports-and-energy-drinks 3532/3540
3736 3540 3532/3540/3736 Tea & Infusions 130 A 0 0 tea-and-infusions 3532/3540
3746 3540 3532/3540/3746 Vinegar Drinks 140 A 0 0 vinegar-drinks 3532/3540
3752 3540 3532/3540/3752 Water 150 A 0 0 water 3532/3540