INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '230e45de9536be23ebead9bd5a12dc887b74a0ed724c7e805e58a3ffb059bd0e', 
    '9d/PzGJtvoBa6Ts/hxV0VbGgS8rP2lq24vT0EAg2aos=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)