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 (7170) 
  AND cscart_categories.id_path LIKE '7170/%' 
  AND cscart_categories.category_id != 1 
  AND cscart_categories.parent_id != 1 
  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.00103

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.95"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_categories",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY",
              "c_status",
              "parent",
              "id_path",
              "p_category_id"
            ],
            "key": "parent",
            "used_key_parts": [
              "parent_id",
              "category_id"
            ],
            "key_length": "6",
            "rows_examined_per_scan": 12,
            "rows_produced_per_join": 0,
            "filtered": "0.48",
            "index_condition": "((`nuie_scalesta_net`.`cscart_categories`.`parent_id` = 7170) and (`nuie_scalesta_net`.`cscart_categories`.`category_id` <> 1))",
            "cost_info": {
              "read_cost": "5.90",
              "eval_cost": "0.01",
              "prefix_cost": "5.91",
              "data_read_per_join": "154"
            },
            "used_columns": [
              "category_id",
              "parent_id",
              "id_path",
              "company_id",
              "usergroup_ids",
              "status",
              "position",
              "is_trash",
              "storefront_id"
            ],
            "attached_condition": "(((`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids`))) and (`nuie_scalesta_net`.`cscart_categories`.`status` = 'A') and (`nuie_scalesta_net`.`cscart_categories`.`id_path` like '7170/%') and (`nuie_scalesta_net`.`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": [
              "nuie_scalesta_net.cscart_categories.category_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 0,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.01",
              "eval_cost": "0.01",
              "prefix_cost": "5.93",
              "data_read_per_join": "179"
            },
            "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": [
              "nuie_scalesta_net.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.01",
              "eval_cost": "0.01",
              "prefix_cost": "5.95",
              "data_read_per_join": "100"
            },
            "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
7248 7170 7170/7248 Bath Accessories 0 A 2 0 bath-accessories-en-en 7170
7223 7170 7170/7223 Cloakroom Furniture 0 A 2 0 cloakroom-furniture 7170
7200 7170 7170/7200 Combination Furniture Packs 0 A 2 0 combination-furniture-packs 7170
7192 7170 7170/7192 Counter Top Basin Units 0 A 2 0 counter-top-basin-units 7170
7202 7170 7170/7202 Fitted Furniture 0 A 2 0 fitted-furniture 7170
7191 7170 7170/7191 Floor Standing Vanity Units 0 A 2 0 floor-standing-vanity-units 7170
7311 7170 7170/7311 Furniture Accessories 0 A 2 0 furniture-accessories-en-en 7170
7242 7170 7170/7242 Furniture Mirrors / Cabinets 0 A 2 0 furniture-mirrors-cabinets 7170
7213 7170 7170/7213 Storage Units 0 A 2 0 storage-units 7170
7171 7170 7170/7171 Wall Hung Vanity Units 0 A 2 0 wall-hung-vanity-units-en 7170
7201 7170 7170/7201 WC Units 0 A 2 0 wc-units 7170