INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ed7318baab8cac0c9f88cb11c457d00b92a31290e9e4345487afe7dd8fd0e232', 
    'T9thWQ+ih1l18CpG4Ggl70TUuu2nsa1pHYO+6FNnemY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)