SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    32, 36, 40, 46, 431, 436, 438, 439, 440, 
    442, 1434, 1566, 694, 695, 888, 889
  )

Query time 0.00483

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_options",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["option_id"],
          "rows": 16,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (32,36,40,46,431,436,438,439,440,442,1434,1566,694,695,888,889)"
        }
      }
    ]
  }
}

Result

option_id option_type
32 R
36 R
40 R
46 R
431 R
436 R
438 R
439 R
440 R
442 R
694 R
695 R
888 R
889 R
1434 C
1566 C