INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '290d0e87b6f5e4ed258587c9d276f665d5e36124d1a86b4be03ce80d1a1c5232', 
    'QwVHCCei7DyQbccQHZmiFknSdlLSIITf0OH9VCYiO40=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00071

Result

int(1)