INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0e85a3d5ec84b57e159988852229cc8de2e958c7c860c68117889b584bb20d2b', 
    'ckUg4ASsOgi+WP0PvFJYO/RDhxq3VWfEYdJhn/rj2Gs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00089

Result

int(1)