SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    627, 628, 629, 1162, 1226, 1434, 1548, 
    1550, 1559, 1566, 1580, 1249, 1313, 
    1322, 1323
  )

Query time 0.00364

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": 15,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (627,628,629,1162,1226,1434,1548,1550,1559,1566,1580,1249,1313,1322,1323)"
        }
      }
    ]
  }
}

Result

option_id option_type
627 S
628 S
629 S
1162 C
1226 C
1249 R
1313 R
1322 R
1323 R
1434 C
1548 C
1550 C
1559 C
1566 C
1580 R