INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd622ee873fe30430050f2e7767e41c945bb1efd537743819411e6c35b373746f', 
    '+LZHmpXGPmEJTlVNO834FNuR+WlU0mfqe+q9V+NW16U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00049

Result

int(1)