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 = 'en' 
  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 = 'en' 
  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(
      441, cscart_product_filters.categories_path
    )
  ) 
ORDER BY 
  cscart_product_filters.position, 
  cscart_product_filter_descriptions.filter

Query time 0.00167

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(441,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 = 'en')"
            }
          },
          {
            "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 = 'en')"
            }
          },
          {
            "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 Volume M checkbox
69 1 0.01 N 10 Brand E checkbox
84 47 0.01 Y 100 Color S checkbox
0 21 P 0.01 N 10 Price
4 2 0.01 N 10 Abrasivity M checkbox
28 78 0.01 Y 10 Rod length S checkbox
32 79 0.01 Y 10 Rigidity S checkbox
12 83 0.01 Y 10 Eyelash curl M checkbox
13 84 0.01 Y 10 Number of rows M checkbox
20 58 0.01 Y 10 Material S checkbox
18 59 0.01 Y 10 Power S checkbox
45 60 0.01 Y 10 Voltage M checkbox
43 62 0.01 Y 10 Lamp features M checkbox
17 63 0.01 Y 10 Mask features M checkbox
59 64 0.01 Y 10 Performance M checkbox
58 92 0.01 Y 10 Operating pressure M checkbox
67 93 0.01 Y 10 Air flow M checkbox
92 90 0.01 Y 10 Reverse S checkbox
26 65 0.01 Y 10 Picture M checkbox
90 91 0.01 Y 10 Speed S checkbox
22 66 0.01 Y 10 Timer M checkbox
19 68 0.01 Y 10 Lamp type S checkbox
16 69 0.01 Y 10 Mask type M checkbox
50 70 0.01 Y 10 Nozzle type S checkbox
66 94 0.01 Y 10 Material feed type M checkbox
126 86 0.01 Y 10 Type of product M checkbox
64 95 0.01 Y 10 Mixing type M checkbox
65 96 0.01 Y 10 Control type M checkbox
52 71 0.01 Y 10 Screen type M checkbox
34 72 0.01 Y 10 Noise level S checkbox
47 73 0.01 Y 10 UV filters M checkbox
75 74 0.01 Y 10 The form S checkbox
42 75 0.01 Y 10 Pile format S checkbox
56 76 0.01 Y 10 Frequency M checkbox
15 3 0.01 N 10 Aroma M checkbox
3 5 0.01 N 10 Tool type M checkbox
83 6 0.01 N 10 Lamp type M checkbox
38 7 0.01 N 10 Type of clothing S checkbox
76 52 0.01 Y 10 Diameter M checkbox
49 55 0.01 Y 10 Number of colors M checkbox
81 57 0.01 Y 10 Collection S checkbox
44 49 0.01 Y 10 Maximum rotation speed S checkbox
51 56 0.01 Y 10 Number of cells S checkbox
70 29 0.01 Y 10 Manufacturer M checkbox
33 8 0.01 N 10 Retracting capacity S checkbox
61 9 0.01 N 10 Dimensions M checkbox
30 10 0.01 N 10 Head diameter S checkbox
54 11 0.01 N 10 Nozzle diameter M checkbox
31 12 0.01 N 10 Rod diameter S checkbox
14 13 0.01 N 10 Length M checkbox
46 14 0.01 N 10 Pile length S checkbox
29 15 0.01 N 10 Head length S checkbox
63 16 0.01 N 10 Needle length M checkbox
60 17 0.01 N 10 Length of cable M checkbox
25 18 0.01 N 10 Blade length M checkbox
136 40 0.01 Y 10 Cosmetics class M checkbox
24 54 0.01 Y 10 Number of LEDs M checkbox
9 53 0.01 Y 10 Amount in a package M checkbox
129 45 0.01 Y 10 Cosmetic procedure M checkbox
0 27 A 0.01 Y 10 Availability
36 43 0.01 Y 10 Sticky layer S checkbox
6 20 0.01 N 10 The size S checkbox
135 32 0.01 Y 10 Density S checkbox
72 30 0.01 Y 10 Gel polish texture M checkbox
1 25 0.01 N 10 Subject M checkbox
130 46 0.01 Y 10 Skin type M checkbox
78 22 0.01 N 10 Width M checkbox