SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    1192, 1398, 1399, 1449, 1506, 1518, 1377, 
    1381, 1384, 1388, 1393, 1394, 1397, 
    1504
  )

Query time 0.00353

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": 14,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (1192,1398,1399,1449,1506,1518,1377,1381,1384,1388,1393,1394,1397,1504)"
        }
      }
    ]
  }
}

Result

option_id option_type
1192 C
1377 R
1381 R
1384 R
1388 R
1393 R
1394 R
1397 R
1398 C
1399 C
1449 R
1504 R
1506 R
1518 R