INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '27058b67239778577c0ef1551fac1d710d80d833ac3076c9fc019146ab9d9e32', 
    'aB2iOICacr51HCc7JMKGMMWtaln+Qu/SUZQMTuBsYR8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)