SELECT 
  option_id, 
  option_type 
FROM 
  netting_product_options 
WHERE 
  option_id IN (26, 39, 40, 41)

Query time 0.00032

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "netting_product_options",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["option_id"],
          "rows": 4,
          "filtered": 100,
          "index_condition": "netting_product_options.option_id in (26,39,40,41)"
        }
      }
    ]
  }
}

Result

option_id option_type
26 S
39 S
40 S
41 S