box.select lua procedure takes only one key so it returns only one tuple while protocol allows to pass N keys to fetch N tuples.
Maybe it is reasonable to extend box.select function, or add box.select_many to add multiselect feature? Or pull request is preferable? ;)