SELECT 
  variant_id, 
  color 
FROM 
  cscart_product_feature_variants 
WHERE 
  feature_id = 549 
  AND variant_id IN (
    13062, 12528, 12539, 12535, 13063, 12532, 
    12538
  )

Query time 0.00108

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0118768,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_feature_variants",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "feature_id"],
          "key": "feature_id",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "ref": ["const"],
          "loops": 1,
          "rows": 7,
          "cost": 0.0118768,
          "filtered": 100,
          "index_condition": "cscart_product_feature_variants.variant_id in (13062,12528,12539,12535,13063,12532,12538)"
        }
      }
    ]
  }
}

Result

variant_id color
12528 #000000
12532 #ff00ff
12535 #00ff00
12538 #ff0000
12539 #980000
13062 #e6b8af
13063 #666666