SELECT 
  variant_id, 
  color 
FROM 
  cscart_product_feature_variants 
WHERE 
  feature_id = 656 
  AND variant_id IN (
    1750, 1560, 1600, 2307, 6360, 7064, 6995, 
    6284, 6285
  )

Query time 0.00053

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 (1750,1560,1600,2307,6360,7064,6995,6284,6285))",
      "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
1560 #000000
1600 #4a86e8
1750 #4b5c09
2307 #e47c79
6284 #7f5362
6285 #9d7f67
6360
6995
7064 #0948c8