SELECT 
  * 
FROM 
  cscart_product_feature_variants 
WHERE 
  variant_id IN (
    1855, 1930, 1831, 135, 58, 605, 1351, 
    473, 125, 50, 88, 123, 59, 47, 474, 654, 
    422, 1832, 64, 129, 1856, 1870, 0, 1, 
    590, 1808, 121, 341, 637
  )

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_feature_variants",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "rows": 29,
          "filtered": 100,
          "index_condition": "cscart_product_feature_variants.variant_id in (1855,1930,1831,135,58,605,1351,473,125,50,88,123,59,47,474,654,422,1832,64,129,1856,1870,0,1,590,1808,121,341,637)"
        }
      }
    ]
  }
}

Result

variant_id feature_id url color position abt__ut2_color_style abt__ut2_multicolor
1 1 0 default
47 26 0 default
50 26 0 default
58 26 0 default
59 26 0 default
64 26 0 default
88 26 0 default
121 1 0 default
123 26 0 default
125 26 0 default
129 26 0 default
135 26 0 default
341 1 0 default
422 26 0 default
473 26 0 default
474 26 0 default
590 1 0 default
605 26 0 default
637 1 0 default
654 26 0 default
1351 26 0 default
1808 1 0 default
1831 26 0 default
1832 26 0 default
1855 69 0 default
1856 70 0 default
1870 70 0 default
1930 69 0 default