SELECT 
  * 
FROM 
  cscart_product_feature_variants 
WHERE 
  variant_id IN (
    178, 182, 197, 190, 203, 207, 149, 50, 
    58, 147, 189, 201, 206, 195, 179, 183, 
    196, 202, 205, 210, 187, 193, 199
  )

Query time 0.00060

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.11"
    },
    "table": {
      "table_name": "cscart_product_feature_variants",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "variant_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 23,
      "rows_produced_per_join": 23,
      "filtered": "100.00",
      "index_condition": "(`test_uchur_k`.`cscart_product_feature_variants`.`variant_id` in (178,182,197,190,203,207,149,50,58,147,189,201,206,195,179,183,196,202,205,210,187,193,199))",
      "cost_info": {
        "read_cost": "13.81",
        "eval_cost": "2.30",
        "prefix_cost": "16.11",
        "data_read_per_join": "35K"
      },
      "used_columns": [
        "variant_id",
        "feature_id",
        "url",
        "color",
        "position",
        "abt__ut2_color_style",
        "abt__ut2_multicolor"
      ]
    }
  }
}

Result

variant_id feature_id url color position abt__ut2_color_style abt__ut2_multicolor
50 6 0 default
58 6 #ffffff 0 default #ffffff
147 66 #ffffff 0 default #ffffff
149 56 0 default
178 1 #ffffff 3 default #ffffff
179 68 0 default
182 58 0 default
183 71 0 default
187 75 #ffffff 0 default #ffffff
189 39 #d2d293 0 thumbnail #ffffff
190 55 0 default
193 75 #ffffff 0 default #ffffff
195 39 #a15723 0 thumbnail #ffffff
196 71 0 default
197 55 0 default
199 75 #ffffff 0 default #ffffff
201 39 #3f0000 0 thumbnail #ffffff
202 71 0 default
203 55 0 default
205 75 #ffffff 0 default #ffffff
206 39 #c2c5cc 0 thumbnail #ffffff
207 55 0 default
210 75 #ffffff 0 default #ffffff