SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    187, 188, 602, 603, 1259, 1335, 1502, 
    1514, 1542, 1585, 831, 1034, 1035, 1503
  )

Query time 0.00151

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": 14,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (187,188,602,603,1259,1335,1502,1514,1542,1585,831,1034,1035,1503)"
        }
      }
    ]
  }
}

Result

option_id option_type
187 R
188 R
602 R
603 R
831 R
1034 R
1035 R
1259 R
1335 R
1502 R
1503 R
1514 R
1542 C
1585 C