STANDBY isn't an option because the backups are from a lower version of SQL Server. (The database has to be upgraded for the STANDBY recovery do be done, and that cannot be undone at the next restore).
So either restore with RECOVERY and not be able to restore further log backups.
Or restore with NORECOVERY an be able to restore further log backups. But not able to access the database.
Above are the two options.