INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4b67793446859193e0e3899594afae140052179119ae552e3ee683af9c7eca92', 
    '3dkMR4dJLwjuFYr4ZbGKo8R9Q+R3tYGcCth8b9M+r9I=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)