SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    1161, 1226, 1266, 1398, 1399, 1425, 1429, 
    1434, 1449, 1477, 1485, 1506, 1542, 
    1548, 1550, 1554, 1559, 1566, 1567, 
    1568, 1572, 1580, 1585, 667, 831, 1269, 
    1397
  )

Query time 0.00111

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": 27,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (1161,1226,1266,1398,1399,1425,1429,1434,1449,1477,1485,1506,1542,1548,1550,1554,1559,1566,1567,1568,1572,1580,1585,667,831,1269,1397)"
        }
      }
    ]
  }
}

Result

option_id option_type
667 R
831 R
1161 C
1226 C
1266 C
1269 R
1397 R
1398 C
1399 C
1425 C
1429 C
1434 C
1449 R
1477 C
1485 R
1506 R
1542 C
1548 C
1550 C
1554 C
1559 C
1566 C
1567 C
1568 C
1572 C
1580 R
1585 C