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.internal_name, 
  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, 
  pf.purpose, 
  pf.feature_style, 
  pf.filter_style, 
  pf.feature_code, 
  pf.timestamp, 
  pf.updated_timestamp, 
  pf_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 pf_groups ON pf.parent_id = pf_groups.feature_id 
  LEFT JOIN cscart_product_features_descriptions AS pf_groups_description ON pf_groups_description.feature_id = pf.parent_id 
  AND pf_groups_description.lang_code = 'ja' 
  LEFT JOIN cscart_product_features_descriptions ON cscart_product_features_descriptions.feature_id = pf.feature_id 
  AND cscart_product_features_descriptions.lang_code = 'ja' 
  INNER JOIN cscart_product_features_values ON cscart_product_features_values.feature_id = pf.feature_id 
  AND cscart_product_features_values.product_id = 248 
  AND cscart_product_features_values.lang_code = 'ja' 
WHERE 
  1 
  AND pf.feature_type != 'G' 
  AND pf.status IN ('A') 
  AND (
    pf_groups.status IN ('A') 
    OR pf_groups.status IS NULL
  ) 
  AND pf.display_on_product = 'Y' 
  AND (
    pf.categories_path = '' 
    OR ISNULL(pf.categories_path) 
    OR FIND_IN_SET(245, pf.categories_path) 
    OR FIND_IN_SET(248, pf.categories_path) 
    OR FIND_IN_SET(166, pf.categories_path) 
    OR FIND_IN_SET(254, pf.categories_path) 
    OR FIND_IN_SET(263, pf.categories_path) 
    OR FIND_IN_SET(255, pf.categories_path)
  ) 
GROUP BY 
  pf.feature_id 
ORDER BY 
  group_position, 
  pf_groups_description.description, 
  pf_groups.feature_id, 
  pf.position, 
  cscart_product_features_descriptions.description, 
  pf.feature_id

Query time 0.00012

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "pf_groups.position, pf_groups_description.description, pf_groups.feature_id, pf.position, cscart_product_features_descriptions.description, pf.feature_id",
      "temporary_table": {
        "table": {
          "table_name": "pf",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY", "status"],
          "rows": 35,
          "filtered": 100,
          "attached_condition": "pf.feature_type <> 'G' and pf.`status` = 'A' and pf.display_on_product = 'Y' and (pf.categories_path = '' or pf.categories_path is null or find_in_set(245,pf.categories_path) or find_in_set(248,pf.categories_path) or find_in_set(166,pf.categories_path) or find_in_set(254,pf.categories_path) or find_in_set(263,pf.categories_path) or find_in_set(255,pf.categories_path))"
        },
        "table": {
          "table_name": "pf_groups",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "ref": ["smscrm_edev.pf.parent_id"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(pf_groups.`status` = 'A' or pf_groups.`status` is null)"
        },
        "table": {
          "table_name": "pf_groups_description",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["feature_id", "lang_code"],
          "ref": ["smscrm_edev.pf.parent_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(pf_groups_description.lang_code = 'ja')"
        },
        "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": ["smscrm_edev.pf.feature_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_product_features_descriptions.lang_code = 'ja')"
        },
        "table": {
          "table_name": "cscart_product_features_values",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "PRIMARY",
          "key_length": "6",
          "used_key_parts": ["feature_id", "product_id"],
          "ref": ["smscrm_edev.pf.feature_id", "const"],
          "rows": 2,
          "filtered": 93.83753204,
          "index_condition": "cscart_product_features_values.lang_code = 'ja'"
        }
      }
    }
  }
}

Result

feature_id company_id feature_type parent_id display_on_product display_on_catalog display_on_header description internal_name lang_code prefix suffix categories_path full_description status comparison position purpose feature_style filter_style feature_code timestamp updated_timestamp group_position value variant_id value_int
47 0 C 20 Y Y N 3D サポート 3D サポート ja 248 A N 0 find_products checkbox checkbox 0 0 10 N 0
22 0 C 20 Y Y N HD サポート HD サポート ja 248 A N 0 find_products checkbox checkbox 0 0 10 Y 0
21 0 S 20 Y Y N タイプ タイプ ja 248 A N 0 find_products text checkbox 0 0 10 137
23 0 S 20 Y Y Y ハードドライブ ハードドライブ ja 248 A N 0 find_products text checkbox 0 0 10 139
29 0 S 24 Y Y N CPU CPU ja 248 A N 0 find_products text checkbox 0 0 20 144
28 0 S 24 Y Y N CPU スピード CPU スピード ja 248 A N 0 find_products text checkbox 0 0 20 143
25 0 S 24 Y Y N RAM RAM ja 248 A N 0 find_products text checkbox 0 0 20 140
26 0 S 24 Y Y N グラフィックスプロセッサ グラフィックスプロセッサ ja 248 A N 0 find_products text checkbox 0 0 20 141
27 0 S 24 Y Y N 浮動小数点演算のシステム性能 浮動小数点演算のシステム性能 ja 248 A N 0 find_products text checkbox 0 0 20 142
34 0 C 33 Y Y N Video プレイバック Video プレイバック ja 248 A N 0 find_products checkbox checkbox 0 0 30 Y 0
35 0 M 33 Y Y N サポートされているストレージデバイス サポートされているストレージデバイス ja 248 A N 0 find_products multiple_checkbox checkbox 0 0 30 150
36 0 M 33 Y Y N サポートされているフォーマット サポートされているフォーマット ja 248 A N 0 find_products multiple_checkbox checkbox 0 0 30 155
31 0 M 30 Y Y N ポート ポート ja 248 A N 0 find_products multiple_checkbox checkbox 0 0 40 145
32 0 M 30 Y Y N 通信 通信 ja 248 A N 0 find_products multiple_checkbox checkbox 0 0 40 148
45 0 S 40 Y Y N カラー カラー ja 248 A N 0 find_products text checkbox 0 0 50 161
44 0 M 40 Y Y N コンソールビデオゲームとの互換性 コンソールビデオゲームとの互換性 ja 248 A N 0 find_products multiple_checkbox checkbox 0 0 50 160
41 0 T 40 Y Y N コントローラ付属 コントローラ付属 ja 248 A N 0 describe_product 0 0 50 はい, ワイヤレス 0
43 0 S 40 Y Y N ビデオゲームストレージ ビデオゲームストレージ ja 248 A N 0 find_products text checkbox 0 0 50 159
42 0 M 40 Y Y N 付属アクセサリー 付属アクセサリー ja 248 A N 0 find_products multiple_checkbox checkbox 0 0 50 156
46 0 T 40 Y Y N 特徴 特徴 ja 248 A N 0 describe_product 0 0 50 HDMI; complectation Kinect 2.0 0
38 0 T 37 Y Y N 寸法 (W x H x D) 寸法 (W x H x D) ja 248 A N 0 describe_product 0 0 100 343x81x264 mm 0
39 0 T 37 Y Y N 重量 重量 ja 248 A N 0 describe_product 0 0 100 3.62 kg 0