INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'af776d15e873a83e6ced6bb2a9959ceea9e5e2ec7e0f6c26bf6641cea2d36a2d', 
    'i/wRZgt4qeX53+N+rBHHNZQwFeJRIEoi+PLFKrw4Ljs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)