SELECT 
  option_id, 
  option_type 
FROM 
  product_options 
WHERE 
  option_id IN (
    34388, 34403, 34439, 34470, 34473, 34474, 
    35110, 35138, 35152, 35236, 35304, 
    35404, 35919
  )

Query time 0.00050

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.38"
    },
    "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": 13,
      "rows_produced_per_join": 13,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "9.08",
        "eval_cost": "1.30",
        "prefix_cost": "10.38",
        "data_read_per_join": "39K"
      },
      "used_columns": [
        "option_id",
        "option_type"
      ],
      "attached_condition": "(`goimagine`.`product_options`.`option_id` in (34388,34403,34439,34470,34473,34474,35110,35138,35152,35236,35304,35404,35919))"
    }
  }
}

Result

option_id option_type
34388 S
34403 S
34439 S
34470 S
34473 S
34474 S
35110 S
35138 S
35152 S
35236 S
35304 S
35404 S
35919 S