SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    31, 33, 34, 37, 39, 41, 42, 45, 47, 48, 429, 
    434, 435, 443, 444, 445, 531, 1434, 1563
  )

Query time 0.00213

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": 19,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (31,33,34,37,39,41,42,45,47,48,429,434,435,443,444,445,531,1434,1563)"
        }
      }
    ]
  }
}

Result

option_id option_type
31 R
33 R
34 R
37 R
39 R
41 R
42 R
45 R
47 R
48 R
429 R
434 R
435 R
443 R
444 R
445 R
531 R
1434 C
1563 C