SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    1161, 1398, 1399, 1425, 1434, 1449, 1466, 
    1477, 1479, 1485, 1506, 1545, 1546, 
    1552, 1559, 1567, 1572, 1269, 1329, 
    1397
  )

Query time 0.00085

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": 20,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (1161,1398,1399,1425,1434,1449,1466,1477,1479,1485,1506,1545,1546,1552,1559,1567,1572,1269,1329,1397)"
        }
      }
    ]
  }
}

Result

option_id option_type
1161 C
1269 R
1329 R
1397 R
1398 C
1399 C
1425 C
1434 C
1449 R
1466 R
1477 C
1479 C
1485 R
1506 R
1545 C
1546 C
1552 C
1559 C
1567 C
1572 C