INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '130873c84876496dacfd78163f4c6c2f6c7782f3c3ed03f2e222bdf3fcaf7ef7', 
    '92EhH1rT7wZAf1pUINV5taJAcLu9p9rO/38qCTIXhEw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)