SELECT 
  a.modifier, 
  a.modifier_type, 
  a.variant_id 
FROM 
  product_option_variants a 
WHERE 
  1 
  AND a.variant_id IN (77562, 55353, 77554, 77558)

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.90"
    },
    "table": {
      "table_name": "a",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "variant_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "3.50",
        "eval_cost": "0.40",
        "prefix_cost": "3.90",
        "data_read_per_join": "192"
      },
      "used_columns": [
        "variant_id",
        "modifier",
        "modifier_type"
      ],
      "attached_condition": "(`goimagine`.`a`.`variant_id` in (77562,55353,77554,77558))"
    }
  }
}

Result

modifier modifier_type variant_id
0.000 A 55353
0.000 A 77554
0.000 A 77558
0.000 A 77562