SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    33, 36, 37, 434, 436, 437, 530, 531, 1480, 
    1158, 1248, 1249
  )

Query time 0.00049

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": 12,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (33,36,37,434,436,437,530,531,1480,1158,1248,1249)"
        }
      }
    ]
  }
}

Result

option_id option_type
33 R
36 R
37 R
434 R
436 R
437 R
530 R
531 R
1158 R
1248 R
1249 R
1480 C