INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '00a294bcf26ca9ea8e2cb41ddc091f07950ff6c03ca834a1cc953e55287912f0', 
    'p74WtF1tErPAAWJ4R+FwEZjC3wNtKrgB219Wan6ZvdM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)