INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2ba9a361b8e86e279f802d0f2f5653cadb3b2245c4e3eb7c89e6655f6144cb53', 
    'OAYXrU072fe6UZ0FwqHIJ/wl6+qAH+nTWPx+4dBHXgY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)