SELECT 
  cscart_product_filters.feature_id, 
  cscart_product_filters.filter_id, 
  cscart_product_filters.field_type, 
  cscart_product_filters.round_to, 
  cscart_product_filters.abt__ut2_display_desktop as display, 
  cscart_product_filters.display_count, 
  cscart_product_filter_descriptions.filter, 
  cscart_product_features.feature_type, 
  cscart_product_features.filter_style, 
  cscart_product_features_descriptions.prefix, 
  cscart_product_features_descriptions.suffix, 
  cscart_product_features_descriptions.yml2_variants_unit 
FROM 
  cscart_product_filters 
  LEFT JOIN cscart_product_filter_descriptions ON cscart_product_filter_descriptions.filter_id = cscart_product_filters.filter_id 
  AND cscart_product_filter_descriptions.lang_code = 'uk' 
  LEFT JOIN cscart_product_features ON cscart_product_features.feature_id = cscart_product_filters.feature_id 
  LEFT JOIN cscart_product_features_descriptions ON cscart_product_features_descriptions.feature_id = cscart_product_filters.feature_id 
  AND cscart_product_features_descriptions.lang_code = 'uk' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = cscart_product_filters.filter_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_filters'
  ) 
WHERE 
  cscart_product_filters.status = 'A' 
  AND (
    cscart_product_filters.categories_path = '' 
    OR FIND_IN_SET(
      491, cscart_product_filters.categories_path
    )
  ) 
ORDER BY 
  cscart_product_filters.position, 
  cscart_product_filter_descriptions.filter

Query time 0.00204

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_product_filters.position, cscart_product_filter_descriptions.filter",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "cscart_product_filters",
              "access_type": "ALL",
              "possible_keys": ["PRIMARY"],
              "rows": 69,
              "filtered": 100,
              "attached_condition": "cscart_product_filters.`status` = 'A' and (cscart_product_filters.categories_path = '' or find_in_set(491,cscart_product_filters.categories_path))"
            }
          },
          {
            "table": {
              "table_name": "cscart_product_filter_descriptions",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["filter_id", "lang_code"],
              "ref": [
                "lillyshop_lillyshop.cscart_product_filters.filter_id",
                "const"
              ],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_product_filter_descriptions.lang_code = 'uk')"
            }
          },
          {
            "table": {
              "table_name": "cscart_product_features",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "3",
              "used_key_parts": ["feature_id"],
              "ref": ["lillyshop_lillyshop.cscart_product_filters.feature_id"],
              "rows": 1,
              "filtered": 100
            }
          },
          {
            "table": {
              "table_name": "cscart_product_features_descriptions",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["feature_id", "lang_code"],
              "ref": [
                "lillyshop_lillyshop.cscart_product_filters.feature_id",
                "const"
              ],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_product_features_descriptions.lang_code = 'uk')"
            }
          },
          {
            "table": {
              "table_name": "cscart_ult_objects_sharing",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "159",
              "used_key_parts": [
                "share_object_id",
                "share_company_id",
                "share_object_type"
              ],
              "ref": [
                "lillyshop_lillyshop.cscart_product_filters.filter_id",
                "const",
                "const"
              ],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "cscart_ult_objects_sharing.share_object_id = cscart_product_filters.filter_id and cscart_ult_objects_sharing.share_object_type = 'product_filters'",
              "using_index": true
            }
          }
        ]
      }
    }
  }
}

Result

feature_id filter_id field_type round_to display display_count filter feature_type filter_style prefix suffix yml2_variants_unit
155 111 0.01 Y 10 Об'єм M checkbox
69 1 0.01 N 10 Бренд E checkbox
84 47 0.01 Y 100 Колір S checkbox
0 21 P 0.01 N 10 Ціна
4 2 0.01 N 10 Абразивність M checkbox
28 78 0.01 Y 10 Довжина стержня S checkbox
32 79 0.01 Y 10 Жорсткість S checkbox
12 83 0.01 Y 10 Вигин вій M checkbox
13 84 0.01 Y 10 Кількість рядків M checkbox
20 58 0.01 Y 10 Матеріал S checkbox
18 59 0.01 Y 10 Потужність S checkbox
45 60 0.01 Y 10 Напруга M checkbox
43 62 0.01 Y 10 Особливості лампи M checkbox
17 63 0.01 Y 10 Особливості маски M checkbox
59 64 0.01 Y 10 Продуктивність M checkbox
58 92 0.01 Y 10 Робочий тиск M checkbox
67 93 0.01 Y 10 Витрата повітря M checkbox
92 90 0.01 Y 10 Реверс S checkbox
26 65 0.01 Y 10 Малюнок M checkbox
90 91 0.01 Y 10 Швидкість S checkbox
22 66 0.01 Y 10 Таймер M checkbox
19 68 0.01 Y 10 Тип лампи S checkbox
16 69 0.01 Y 10 Тип маски M checkbox
50 70 0.01 Y 10 Тип насадки S checkbox
66 94 0.01 Y 10 Тип подачі матеріалу M checkbox
126 86 0.01 Y 10 Тип продукту M checkbox
64 95 0.01 Y 10 Тип змішування M checkbox
65 96 0.01 Y 10 Тип управління M checkbox
52 71 0.01 Y 10 Тип екрана M checkbox
34 72 0.01 Y 10 Рівень шуму S checkbox
47 73 0.01 Y 10 УФ-фільтри M checkbox
75 74 0.01 Y 10 Форма S checkbox
42 75 0.01 Y 10 Формат ворсу S checkbox
56 76 0.01 Y 10 Частота M checkbox
15 3 0.01 N 10 Аромат M checkbox
3 5 0.01 N 10 Вид інструменту M checkbox
83 6 0.01 N 10 Вид лампи M checkbox
38 7 0.01 N 10 Вид одягу S checkbox
76 52 0.01 Y 10 Діаметр M checkbox
49 55 0.01 Y 10 Кількість кольорів M checkbox
81 57 0.01 Y 10 Колекція S checkbox
44 49 0.01 Y 10 Максимальна швидкість обертання S checkbox
51 56 0.01 Y 10 Кількість осередків S checkbox
70 29 0.01 Y 10 Виробник M checkbox
33 8 0.01 N 10 Втягуюча здатність S checkbox
61 9 0.01 N 10 Габаритні розміри M checkbox
30 10 0.01 N 10 Діаметр головки S checkbox
54 11 0.01 N 10 Діаметр сопла M checkbox
31 12 0.01 N 10 Діаметр стержня S checkbox
14 13 0.01 N 10 Довжина M checkbox
46 14 0.01 N 10 Довжина ворсу S checkbox
29 15 0.01 N 10 Довжина головки S checkbox
63 16 0.01 N 10 Довжина голки M checkbox
60 17 0.01 N 10 Довжина кабелю M checkbox
25 18 0.01 N 10 Довжина леза M checkbox
136 40 0.01 Y 10 Клас косметики M checkbox
24 54 0.01 Y 10 Кількість світлодіодів M checkbox
9 53 0.01 Y 10 Кількість в упаковці M checkbox
129 45 0.01 Y 10 Косметична процедура M checkbox
0 27 A 0.01 Y 10 Наявність
36 43 0.01 Y 10 Липкий шар S checkbox
6 20 0.01 N 10 Розмір S checkbox
135 32 0.01 Y 10 Щільність S checkbox
72 30 0.01 Y 10 Текстура гель-лаку M checkbox
1 25 0.01 N 10 Тематика M checkbox
130 46 0.01 Y 10 Тип шкіри M checkbox
78 22 0.01 N 10 Ширина M checkbox