Select multiple options in WordPress custom meta filed

Please check whether you have used select box name attribute as an array.

Example: <select name="data[]" multiple="multiple"></select>

Please try above code and let me know if still problem persists.