INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7bae288425dd108025f26745def0235054170eff4f96fc97b145c718238bd704', 
    'R1lwrPiVmTmlbrkt+ZMsPhSB3tVBqUCVeS6URRwKGJI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)