INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '88e11a7fd60e882b200fc4e1d5c2aa39fb9601c329c6daffc1f00e8f9c83d603', 
    'wie1IDGDtk66z/2Vi3Lb7Kn+bJhI/hGQ/6itPyDNx+s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)