SELECT 
  variant_id, 
  color 
FROM 
  netting_product_feature_variants 
WHERE 
  feature_id = 569 
  AND variant_id IN (
    6838, 6840, 6841, 6843, 6830, 6844, 6835, 
    6836, 6833, 6846, 6845, 6839, 6842, 
    6834, 6837, 6847
  )

Query time 0.00072

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "netting_product_feature_variants",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY", "feature_id"],
          "rows": 45,
          "filtered": 15.80246925,
          "attached_condition": "netting_product_feature_variants.feature_id = 569 and netting_product_feature_variants.variant_id in (6838,6840,6841,6843,6830,6844,6835,6836,6833,6846,6845,6839,6842,6834,6837,6847)"
        }
      }
    ]
  }
}

Result

variant_id color
6837 #008080
6844 #ff7af0
6843 #ffd700
6842 #ff0000
6846 #fcbb58
6838 #00ffff
6836 #4cbb17
6830 #999999
6847 #ffff00
6841 #a61c00
6840 #783f04
6834 #0000ff
6839 #9900ff
6833 #1c4587
6845 #ffd2fa
6835 #38761d