SELECT 
  option_id, 
  option_type 
FROM 
  product_options 
WHERE 
  option_id IN (
    27541, 27542, 27543, 27549, 27550, 27551, 
    27561, 27562, 27563, 27663, 27664, 
    27921, 27922, 27961, 27963, 27966, 
    27967, 28006, 28007, 28009, 28010, 
    28100, 28102, 28369, 28370, 28376, 
    28737, 28738, 28757, 28758, 28763, 
    28764, 28808, 28809, 29118, 29119, 
    29120, 29167, 29168, 29170, 29171, 
    35617, 35618, 35621, 35622
  )

Query time 0.00074

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "29.94"
    },
    "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": 45,
      "rows_produced_per_join": 45,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "25.44",
        "eval_cost": "4.50",
        "prefix_cost": "29.94",
        "data_read_per_join": "136K"
      },
      "used_columns": [
        "option_id",
        "option_type"
      ],
      "attached_condition": "(`goimagine`.`product_options`.`option_id` in (27541,27542,27543,27549,27550,27551,27561,27562,27563,27663,27664,27921,27922,27961,27963,27966,27967,28006,28007,28009,28010,28100,28102,28369,28370,28376,28737,28738,28757,28758,28763,28764,28808,28809,29118,29119,29120,29167,29168,29170,29171,35617,35618,35621,35622))"
    }
  }
}

Result

option_id option_type
27541 S
27542 S
27543 S
27549 S
27550 S
27551 S
27561 S
27562 S
27563 S
27663 S
27664 S
27921 S
27922 S
27961 S
27963 S
27966 S
27967 S
28006 S
28007 S
28009 S
28010 S
28100 S
28102 S
28369 S
28370 S
28376 S
28737 S
28738 S
28757 S
28758 S
28763 S
28764 S
28808 S
28809 S
29118 S
29119 S
29120 S
29167 S
29168 S
29170 S
29171 S
35617 S
35618 S
35621 S
35622 S