Hello, Gorast.
It uses a Session for save ordering value.
You can try to modify this file for disabled it: plugins\system\k2extraorder\k2extraorder.php
Find and comment this lines:
$session->set("extraorder", JRequest::getVar("extraorder"));
$session->set("extraorderby", JRequest::getVar("orderby"));
Then, it should work only when you select ordering option in select box.