SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    1226, 1429, 1430, 1479, 1481, 1566, 1568, 
    1188, 1189, 1524
  )

Query time 0.00142

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": 10,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (1226,1429,1430,1479,1481,1566,1568,1188,1189,1524)"
        }
      }
    ]
  }
}

Result

option_id option_type
1188 R
1189 R
1226 C
1429 C
1430 C
1479 C
1481 C
1524 R
1566 C
1568 C