In the original example, the 2 MRVS variables, v_date and v_details were date or string variables.  It looks like your variable is a reference field, so you can try row.variable_name.getDisplayValue().  If that doesn't work, then a quick GlideRecord query on the reference table to return the Name when given the sys_id will work.