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

Query time 0.00065

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,47,135,58,1351,605,125,473,474,59,123,654,1832,422,64,129,88,50,1856,1870,0,1,637,590,341,1808,121)"
        }
      }
    ]
  }
}

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