SELECT 
  * 
FROM 
  cscart_product_variation_group_features 
WHERE 
  group_id IN (14711)

Query time 0.00398

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_variation_group_features",
          "access_type": "ref",
          "possible_keys": ["idx_group_id"],
          "key": "idx_group_id",
          "key_length": "3",
          "used_key_parts": ["group_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

feature_id purpose group_id
22457 group_variation_catalog_item 14711