SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    1161, 1398, 1399, 1425, 1449, 1466, 1477, 
    1479, 1506, 1555, 1559, 598, 599, 600, 
    1278, 1279, 1329, 1397
  )

Query time 0.00285

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": 18,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (1161,1398,1399,1425,1449,1466,1477,1479,1506,1555,1559,598,599,600,1278,1279,1329,1397)"
        }
      }
    ]
  }
}

Result

option_id option_type
598 S
599 S
600 S
1161 C
1278 R
1279 R
1329 R
1397 R
1398 C
1399 C
1425 C
1449 R
1466 R
1477 C
1479 C
1506 R
1555 C
1559 C