INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b0deabcb5dfc82be27e80455be1536c8590a6e9e5de7c1c4f5f6bbc5a3b50458', 
    'yXjLwuxttczh15cTBlIdHLOu8zE0n+sfJH07wa5qWks=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)