SELECT 
  pf.feature_id, 
  pf.company_id, 
  pf.feature_type, 
  pf.parent_id, 
  pf.display_on_product, 
  pf.display_on_catalog, 
  pf.display_on_header, 
  cscart_product_features_descriptions.description, 
  cscart_product_features_descriptions.lang_code, 
  cscart_product_features_descriptions.prefix, 
  cscart_product_features_descriptions.suffix, 
  pf.categories_path, 
  cscart_product_features_descriptions.full_description, 
  pf.status, 
  pf.comparison, 
  pf.position, 
  groups.position AS group_position, 
  cscart_product_features_values.value, 
  cscart_product_features_values.variant_id, 
  cscart_product_features_values.value_int 
FROM 
  cscart_product_features AS pf 
  LEFT JOIN cscart_product_features AS groups ON pf.parent_id = groups.feature_id 
  LEFT JOIN cscart_product_features_descriptions ON cscart_product_features_descriptions.feature_id = pf.feature_id 
  AND cscart_product_features_descriptions.lang_code = 'en' 
  LEFT JOIN cscart_product_features_values ON cscart_product_features_values.feature_id = pf.feature_id 
  AND cscart_product_features_values.product_id = 64197 
  AND cscart_product_features_values.lang_code = 'en' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = pf.feature_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_features'
  ) 
WHERE 
  1 
  AND pf.feature_type != 'G' 
  AND pf.status IN ('A') 
  AND (
    pf.categories_path = '' 
    OR ISNULL(pf.categories_path) 
    OR FIND_IN_SET(1817, pf.categories_path)
  ) 
GROUP BY 
  pf.feature_id 
ORDER BY 
  group_position, 
  pf.position, 
  cscart_product_features_descriptions.description

Query time 0.00139

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "groups.position, pf.position, cscart_product_features_descriptions.description",
      "temporary_table": {
        "table": {
          "table_name": "pf",
          "access_type": "index",
          "possible_keys": ["PRIMARY", "status"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "rows": 43,
          "filtered": 97.67441559,
          "attached_condition": "pf.feature_type <> 'G' and pf.`status` = 'A' and (pf.categories_path = '' or pf.categories_path is null or find_in_set(1817,pf.categories_path))"
        },
        "table": {
          "table_name": "groups",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "ref": ["cscart_migrate.pf.parent_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": ["cscart_migrate.pf.feature_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_product_features_descriptions.lang_code = 'en')"
        },
        "table": {
          "table_name": "cscart_product_features_values",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "fl", "lang_code", "product_id", "fpl"],
          "key": "fpl",
          "key_length": "12",
          "used_key_parts": ["feature_id", "product_id", "lang_code"],
          "ref": ["cscart_migrate.pf.feature_id", "const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_product_features_values.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": ["cscart_migrate.pf.feature_id", "const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "cscart_ult_objects_sharing.share_object_id = pf.feature_id and cscart_ult_objects_sharing.share_object_type = 'product_features'",
          "using_index": true
        }
      }
    }
  }
}

Result

feature_id company_id feature_type parent_id display_on_product display_on_catalog display_on_header description lang_code prefix suffix categories_path full_description status comparison position group_position value variant_id value_int
180 1 T 0 N N N @Air Delivery en A N 0
181 1 T 0 N N N @Area Coverage en A N 0
173 1 T 0 N N N @Battery en A N 0 (1) AA Battery 0
190 1 T 0 Y N N @Blade Pitch en A N 0
179 1 T 0 N N N @Blade Sweep en A N 0
165 1 T 0 N N N @CSA Listed en A N 0
175 1 T 0 Y N N @Dimensions en A N 0
182 1 T 0 N N N @Downrod en A N 0
187 1 T 0 N N N @ETL Listed en A N 0
176 1 T 0 N N N @Finish en A N 0
188 1 T 0 Y N N @Glass en A N 0
186 1 T 0 N N N @Glass & Fitter Dimensions en A N 0
174 1 T 0 N N N @Guarantee en A N 0 1 Year On Movement 0
189 1 T 0 N N N @LED Source en A N 0
183 1 T 0 N N N @Materials en A N 0
178 1 T 0 N N N @Max Wattage Per Socket en A N 0
184 1 T 0 N N N @Mounting en A N 0
166 1 T 0 N N N @Number of Sockets en A N 0
177 1 T 0 N N N @UL Listed en A N 0
185 1 T 0 N N N @Weight en A N 0
149 1 O 0 N N N Commercial Price en A N 0 0 97.00
150 1 O 0 N N N Commercial Price % Off en A N 0
157 1 T 0 N N N Google Custom Label 0 en A N 0
153 1 T 0 N N N Google Custom Label 1 en A N 0
154 1 T 0 N N N Google Custom Label 2 en A N 0
155 1 T 0 N N N Google Custom Label 3 en A N 0
156 1 T 0 N N N Google Custom Label 4 en A N 0
152 1 T 0 N N N Google Product Category en A N 0
151 1 T 0 N N N Google Product Type en A N 0
133 1 E 0 N N N Home Page Our Brands en A N 0
161 1 O 0 N N N Lead Time (Days) en A N 0 0 7.00
167 1 S 0 N N N Product Type en A N 0 4907
170 1 T 0 N N N @Backing Plate Dimensions en A N 1
171 1 T 0 N N N @Canopy Dimensions en A N 1
158 1 O 0 N N N Counterpart (Old) en Numeric ID of the product to be used for the LED/Incadescent alternative product link. A N 1
168 1 T 0 N N N Incandescent Product ID en A N 1
169 1 O 0 N N N LED Product ID en A N 1
159 1 O 0 N N N Nautical LED Product ID en Numeric ID of the product to be used for the Nautical LED link. A N 1
172 1 T 0 N N N @Please Note en A N 6 Not Eligible for Return or Additional Discounts 0