INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '80ad54d45696643f9a38c9b9b161d6107234fe78b58487ce71abd3a964d6f081', 
    'QGa5h6iZ857PexaqoM6SNsFmn5iWjy0JGb4bRsl8Ptg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00050

Result

int(1)