INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '713edb806eadfd7936ac497700adae7874aecce7c984880210a5a54da766b297', 
    'g/fNLesG6HuUn2TsBI4T2SI5jYvUsTJPhq+P6xP7e50=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)