INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a0875ffae49fd394106e790f84e0f41ce9000ee3e00ded441d729002ab133bf8', 
    '45mWtWBZY7Zrl9k+3hiiIHrctaBhP/wSWLFrMn5eaVk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)