SELECT 
  feature_id 
FROM 
  cscart_product_features_values 
WHERE 
  variant_id = 327

Query time 0.00014

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.002024411,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_features_values",
          "access_type": "ref",
          "possible_keys": ["variant_id"],
          "key": "variant_id",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "ref": ["const"],
          "loops": 1,
          "rows": 1,
          "cost": 0.002024411,
          "filtered": 100
        }
      }
    ]
  }
}