SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    215, 1199, 1295, 1398, 1399, 1449, 1506, 
    1566, 1580, 1155, 1156, 1249, 1270, 
    1388, 1393, 1397, 1504
  )

Query time 0.00575

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": 17,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (215,1199,1295,1398,1399,1449,1506,1566,1580,1155,1156,1249,1270,1388,1393,1397,1504)"
        }
      }
    ]
  }
}

Result

option_id option_type
215 R
1155 R
1156 R
1199 C
1249 R
1270 R
1295 C
1388 R
1393 R
1397 R
1398 C
1399 C
1449 R
1504 R
1506 R
1566 C
1580 R