SELECT 
  option_id, 
  option_type 
FROM 
  product_options 
WHERE 
  option_id IN (
    3474, 3495, 3567, 3694, 3740, 27029, 
    27074, 27252, 27326, 27327, 27704, 
    28723, 28725, 28727, 29075, 29081, 
    27703, 3564, 35135, 35136, 3332
  )

Query time 0.00135

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.66"
    },
    "table": {
      "table_name": "product_options",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "option_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 21,
      "rows_produced_per_join": 21,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "11.56",
        "eval_cost": "2.10",
        "prefix_cost": "13.66",
        "data_read_per_join": "63K"
      },
      "used_columns": [
        "option_id",
        "option_type"
      ],
      "attached_condition": "(`goimagine`.`product_options`.`option_id` in (3474,3495,3567,3694,3740,27029,27074,27252,27326,27327,27704,28723,28725,28727,29075,29081,27703,3564,35135,35136,3332))"
    }
  }
}

Result

option_id option_type
3332 S
3474 S
3495 S
3564 S
3567 S
3694 S
3740 S
27029 S
27074 S
27252 S
27326 S
27327 S
27703 S
27704 S
28723 S
28725 S
28727 S
29075 S
29081 S
35135 S
35136 S