INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8fe0b2d9262c185e22911875f8ad98eaadae98c942677906d924edaf93805539', 
    'VK/iK6mVGar0cear/LSN66pcTQAOPi+y95lrPDaxcTY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)