INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '496198c45c3a18cdb91f1208140e40a66b49efc6cbb1238a9c0377e2080b8be5', 
    'hnd+LxPr920aR03uTMKZP5iamQeLVAo2w3d/9TYmXoo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00014

Result

int(1)