Get user_meta values for a user for an array of meta_keys?

get_user_meta() with omitted key argument will return all data for the object.

Trying to retrieve metadata selectively is usually pointless optimization from performance point of view, since everything built on Metadata API tends to just query all data anyway and cache it (which in turn object cache plugin makes persistent and snappy).