INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2f20250d685e67d7d4631219033ccba86546efde1c1c4e6167dfd7650ec27a43', 
    '5muU1fIIMf+Cm6AmcRhhG3615pAVZPpj+bKoAYIPv1I=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)