You should not be going s.`id`, it should just be s.id. You readly don't need `` around anything there ... and common syntax is FROM id_serials AS s for that type of statement.
Also, since you are getting an empty sql statement, it really helps to see stuff around the statement, not just that little bit.