INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b11ab95ab1544eb17760cfb181584980e51c716cbe49ec6f29197b5edbd9a9eb', 
    'bzumio1uZ5CRtf2EhbBBcWpnUdHuIRYyKdsH3+SZTR8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00058

Result

int(1)