SELECT 
  variant_id, 
  color 
FROM 
  cscart_product_feature_variants 
WHERE 
  feature_id = 656 
  AND variant_id IN (
    1560, 6250, 6255, 1596, 2077, 6252, 6256, 
    6253, 1556
  )

Query time 0.00144

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.31"
    },
    "table": {
      "table_name": "cscart_product_feature_variants",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "feature_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "variant_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 9,
      "rows_produced_per_join": 0,
      "filtered": "2.72",
      "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_feature_variants`.`variant_id` in (1560,6250,6255,1596,2077,6252,6256,6253,1556))",
      "cost_info": {
        "read_cost": "6.29",
        "eval_cost": "0.02",
        "prefix_cost": "6.31",
        "data_read_per_join": "285"
      },
      "used_columns": [
        "variant_id",
        "feature_id",
        "color"
      ],
      "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_feature_variants`.`feature_id` = 656)"
    }
  }
}

Result

variant_id color
1556 #3f4a99
1560 #000000
1596 #008000
2077 #666666
6250
6252 #3d2845
6253 #fe7f6c
6255 #b13e79
6256 #eee04c