$wpdb->get_results returns empty but value exists

It is hard to say without hands on access to your data. Either the query is actually failing or the query is not something you expect in that context.

You should enable error reporting via $wpdb->show_errors( true ) before it and check $wpdb->last_query for sanity after.