INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9a41ee46dde40abd28d2564a86d065e8c0708616e0fe3586fb1cd19a9f0c2877', 
    'GgbWhaPoQPj25Achnw1sIyLTR6V96QRbJX7DY2Mqcrc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)