One of the coders or more likely Kevin will need to confirm, but as far as I can tell, the following variables are related to Sveta's "virginity":
pcs_vag = 0
stat['think_virgin'] = 1
sex = 0
hookup['virgin'] = 1
pcs_vag = 0 is the one that most scenes that involve Sveta's defloration seem to check. it is also the one that the cheat menu modifies, when you use it to restore her hymen. however occasionally some scenes also check the other 3 before triggering.
I also found the following 3 variables, but i don't think they get pinged much, and they seem to only be used when the game needs to describe her.
$pc_desc['pussy'] = 'virgin'
$pc_descWordy['pussy'] = 'virgin'
$vaginatipe = 'virgin'
TLDR if you wanted to see the defloration version of a scene (assuming it has one), then you would probably want to modify all 4 of the above variables. Note: they might impact your game, so save beforehand.