SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    431, 432, 433, 437, 1163, 1175, 1425, 
    1515, 1550, 1559, 1580
  )

Query time 0.00391

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": 11,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (431,432,433,437,1163,1175,1425,1515,1550,1559,1580)"
        }
      }
    ]
  }
}

Result

option_id option_type
431 R
432 R
433 R
437 R
1163 C
1175 C
1425 C
1515 R
1550 C
1559 C
1580 R